Submitter | Boris Feld |
---|---|
Date | Oct. 13, 2017, 5:55 p.m. |
Message ID | <a9c5344860a24f38007c.1507917311@FB> |
Download | mbox | patch |
Permalink | /patch/24841/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -189,6 +189,10 @@ coreconfigitem('debug', 'dirstate.delaywrite', default=0, ) +coreconfigitem('defaults', '.*', + default=None, + generic=True, +) coreconfigitem('devel', 'all-warnings', default=False, )