Submitter | Boris Feld |
---|---|
Date | Oct. 13, 2017, 5:55 p.m. |
Message ID | <0824a3519c14d643a81d.1507917313@FB> |
Download | mbox | patch |
Permalink | /patch/24843/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -446,6 +446,10 @@ coreconfigitem('format', 'usestore', default=True, ) +coreconfigitem('hooks', '.*', + default=dynamicdefault, + generic=True, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )