##// END OF EJS Templates
chgserver: add merge-tools to sensitive config items...
Pulkit Goyal -
r45106:bdc8a594 default
parent child Browse files
Show More
@@ -80,10 +80,12 b' def _hashlist(items):'
80 # sensitive config sections affecting confighash
80 # sensitive config sections affecting confighash
81 _configsections = [
81 _configsections = [
82 b'alias', # affects global state commands.table
82 b'alias', # affects global state commands.table
83 b'diff-tools', # affects whether gui or not in extdiff's uisetup
83 b'eol', # uses setconfig('eol', ...)
84 b'eol', # uses setconfig('eol', ...)
84 b'extdiff', # uisetup will register new commands
85 b'extdiff', # uisetup will register new commands
85 b'extensions',
86 b'extensions',
86 b'fastannotate', # affects annotate command and adds fastannonate cmd
87 b'fastannotate', # affects annotate command and adds fastannonate cmd
88 b'merge-tools', # affects whether gui or not in extdiff's uisetup
87 b'schemes', # extsetup will update global hg.schemes
89 b'schemes', # extsetup will update global hg.schemes
88 ]
90 ]
89
91
General Comments 0
You need to be logged in to leave comments. Login now