##// END OF EJS Templates
eol: make [eol] config section sensitive for chg confighash...
Jun Wu -
r34486:37b7581e default
parent child Browse files
Show More
@@ -68,6 +68,7 b' def _hashlist(items):'
68 # sensitive config sections affecting confighash
68 # sensitive config sections affecting confighash
69 _configsections = [
69 _configsections = [
70 'alias', # affects global state commands.table
70 'alias', # affects global state commands.table
71 'eol', # uses setconfig('eol', ...)
71 'extdiff', # uisetup will register new commands
72 'extdiff', # uisetup will register new commands
72 'extensions',
73 'extensions',
73 ]
74 ]
General Comments 0
You need to be logged in to leave comments. Login now