mercurial/configitems.py
changeset 34888 317566f0c2e6
parent 34885 df2ff314e36f
child 34891 6b77c13a1aab
--- a/mercurial/configitems.py	Wed Oct 18 14:55:39 2017 -0700
+++ b/mercurial/configitems.py	Wed Oct 18 15:05:03 2017 -0700
@@ -181,6 +181,9 @@
 coreconfigitem('color', 'pagermode',
     default=dynamicdefault,
 )
+coreconfigitem('commands', 'show.aliasprefix',
+    default=list,
+)
 coreconfigitem('commands', 'status.relative',
     default=False,
 )