Submitter | Boris Feld |
---|---|
Date | Oct. 9, 2017, 8:21 a.m. |
Message ID | <5ea201107ad2ba50b466.1507537314@FB> |
Download | mbox | patch |
Permalink | /patch/24647/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 71e83aee3eb9 -r 5ea201107ad2 mercurial/configitems.py --- a/mercurial/configitems.py Sun Oct 08 21:48:40 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 21:41:10 2017 +0200 @@ -146,6 +146,9 @@ coreconfigitem('devel', 'strip-obsmarkers', default=True, ) +coreconfigitem('devel', 'warn-config', + default=None, +) coreconfigitem('diff', 'nodates', default=None, )