equal
deleted
inserted
replaced
66 return hashlib.sha1(str(items)).hexdigest() |
66 return hashlib.sha1(str(items)).hexdigest() |
67 |
67 |
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 ] |
74 |
75 |
75 # sensitive environment variables affecting confighash |
76 # sensitive environment variables affecting confighash |