comparison mercurial/configitems.py @ 38733:c2586a6e5884

histedit: add history-editing-backup config option Instead of passing --no-backup option every time you don't want to store backup, now you can set config option: [ui] history-editing-backup = False This option aims to operate on every history editing command. Differential Revision: https://phab.mercurial-scm.org/D3901
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Tue, 10 Jul 2018 17:01:06 +0530
parents be4984261611
children 913ca175c4ae
comparison
equal deleted inserted replaced
38732:be4984261611 38733:c2586a6e5884
1091 default=None, 1091 default=None,
1092 ) 1092 )
1093 coreconfigitem('ui', 'graphnodetemplate', 1093 coreconfigitem('ui', 'graphnodetemplate',
1094 default=None, 1094 default=None,
1095 ) 1095 )
1096 coreconfigitem('ui', 'history-editing-backup',
1097 default=True,
1098 )
1096 coreconfigitem('ui', 'interactive', 1099 coreconfigitem('ui', 'interactive',
1097 default=None, 1100 default=None,
1098 ) 1101 )
1099 coreconfigitem('ui', 'interface', 1102 coreconfigitem('ui', 'interface',
1100 default=None, 1103 default=None,