configitems: register the 'alias' section
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 20:26:25 +0200
changeset 34663 6de7842290b2
parent 34662 181d913b17e6
child 34664 a0c2a19d64e7
configitems: register the 'alias' section
mercurial/configitems.py
--- 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,
 )