Submitter | Boris Feld |
---|---|
Date | July 15, 2017, 6:41 p.m. |
Message ID | <ffbd58343a63d0ddf02b.1500144064@FB> |
Download | mbox | patch |
Permalink | /patch/22405/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 7008f6819002 -r ffbd58343a63 mercurial/configitems.py --- a/mercurial/configitems.py Tue Jul 11 00:40:29 2017 -0400 +++ b/mercurial/configitems.py Fri Jun 30 03:44:43 2017 +0200 @@ -439,6 +439,9 @@ coreconfigitem('ui', 'debugger', default=None, ) +coreconfigitem('ui', 'fallbackencoding', + default=None, +) coreconfigitem('ui', 'forcemerge', default=None, )