hgext/chgserver.py
changeset 29101 57a24a85a2bc
parent 29088 983353035cec
child 29341 0d83ad967bf8
equal deleted inserted replaced
29100:3fd94f603190 29101:57a24a85a2bc
    78     """return sha1 hexdigest for a list"""
    78     """return sha1 hexdigest for a list"""
    79     return util.sha1(str(items)).hexdigest()
    79     return util.sha1(str(items)).hexdigest()
    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 ]
    86 
    87 
    87 # sensitive environment variables affecting confighash
    88 # sensitive environment variables affecting confighash