##// END OF EJS Templates
chgserver: add [alias] to confighash...
Jun Wu -
r29101:57a24a85 default
parent child Browse files
Show More
@@ -80,6 +80,7 b' def _hashlist(items):'
80
80
81 # sensitive config sections affecting confighash
81 # sensitive config sections affecting confighash
82 _configsections = [
82 _configsections = [
83 'alias', # affects global state commands.table
83 'extdiff', # uisetup will register new commands
84 'extdiff', # uisetup will register new commands
84 'extensions',
85 'extensions',
85 ]
86 ]
General Comments 0
You need to be logged in to leave comments. Login now