Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 46546:d67732a4b58a
branching: merge with stable
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 11 Feb 2021 20:36:46 -0800 |
parents | e948ad0dcbe2 7289eac777ec |
children | d57e607d9e33 |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Feb 04 15:04:53 2021 +0100 +++ b/mercurial/configitems.py Thu Feb 11 20:36:46 2021 -0800 @@ -1333,11 +1333,17 @@ ) coreconfigitem( b'hooks', - b'.*', + b'[^:]*', default=dynamicdefault, generic=True, ) coreconfigitem( + b'hooks', + b'.*:run-with-plain', + default=True, + generic=True, +) +coreconfigitem( b'hgweb-paths', b'.*', default=list,