##// END OF EJS Templates
chgserver: include [extdiff] in confighash...
Jun Wu -
r28478:e6e18368 default
parent child Browse files
Show More
@@ -77,7 +77,10 b' def _hashlist(items):'
77 return util.sha1(str(items)).hexdigest()
77 return util.sha1(str(items)).hexdigest()
78
78
79 # sensitive config sections affecting confighash
79 # sensitive config sections affecting confighash
80 _configsections = ['extensions']
80 _configsections = [
81 'extdiff', # uisetup will register new commands
82 'extensions',
83 ]
81
84
82 # sensitive environment variables affecting confighash
85 # sensitive environment variables affecting confighash
83 _envre = re.compile(r'''\A(?:
86 _envre = re.compile(r'''\A(?:
General Comments 0
You need to be logged in to leave comments. Login now