mercurial/configitems.py
changeset 34888 317566f0c2e6
parent 34885 df2ff314e36f
child 34891 6b77c13a1aab
equal deleted inserted replaced
34887:7bf7544fd6cc 34888:317566f0c2e6
   179     default='auto',
   179     default='auto',
   180 )
   180 )
   181 coreconfigitem('color', 'pagermode',
   181 coreconfigitem('color', 'pagermode',
   182     default=dynamicdefault,
   182     default=dynamicdefault,
   183 )
   183 )
       
   184 coreconfigitem('commands', 'show.aliasprefix',
       
   185     default=list,
       
   186 )
   184 coreconfigitem('commands', 'status.relative',
   187 coreconfigitem('commands', 'status.relative',
   185     default=False,
   188     default=False,
   186 )
   189 )
   187 coreconfigitem('commands', 'status.skipstates',
   190 coreconfigitem('commands', 'status.skipstates',
   188     default=[],
   191     default=[],