Submitter | Boris Feld |
---|---|
Date | Oct. 13, 2017, 5:55 p.m. |
Message ID | <78e6b5c73ed70bd98a0a.1507917309@FB> |
Download | mbox | patch |
Permalink | /patch/24839/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -160,6 +160,10 @@ coreconfigitem('cmdserver', 'log', default=None, ) +coreconfigitem('color', '.*', + default=None, + generic=True, +) coreconfigitem('color', 'mode', default='auto', )