comparison mercurial/configitems.py @ 41492:02186c6871ac

status: introduce higher-level ui.relative-paths The existing commands.status.relative trumps the new config. We need to keep the existing config around for compatibility. However, I don't think we need to introduce similar command-specific options for other commands when they learn to respec ui.relative-paths. Differential Revision: https://phab.mercurial-scm.org/D5746
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 29 Jan 2019 15:37:35 -0800
parents d82dd55024e7
children b5642239fb32
comparison
equal deleted inserted replaced
41491:e6ec0737b706 41492:02186c6871ac
1231 default=False, 1231 default=False,
1232 ) 1232 )
1233 coreconfigitem('ui', 'quietbookmarkmove', 1233 coreconfigitem('ui', 'quietbookmarkmove',
1234 default=False, 1234 default=False,
1235 ) 1235 )
1236 coreconfigitem('ui', 'relative-paths',
1237 default=False,
1238 )
1236 coreconfigitem('ui', 'remotecmd', 1239 coreconfigitem('ui', 'remotecmd',
1237 default='hg', 1240 default='hg',
1238 ) 1241 )
1239 coreconfigitem('ui', 'report_untrusted', 1242 coreconfigitem('ui', 'report_untrusted',
1240 default=True, 1243 default=True,