Submitter | Boris Feld |
---|---|
Date | Oct. 13, 2017, 5:55 p.m. |
Message ID | <8f3e9e9a61021e35a579.1507917316@FB> |
Download | mbox | patch |
Permalink | /patch/24847/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -574,6 +574,10 @@ coreconfigitem('paths', 'default-push', default=None, ) +coreconfigitem('paths', '.*', + default=None, + generic=True, +) coreconfigitem('phases', 'checksubrepos', default='follow', )