Mercurial > hg
changeset 34663:6de7842290b2
configitems: register the 'alias' section
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 20:26:25 +0200 |
parents | 181d913b17e6 |
children | a0c2a19d64e7 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Tue Oct 10 10:49:15 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 20:26:25 2017 +0200 @@ -99,6 +99,10 @@ coreconfigitem = getitemregister(coreitems) +coreconfigitem('alias', '.*', + default=None, + generic=True, +) coreconfigitem('annotate', 'nodates', default=None, )