hgext/chgserver.py
changeset 29101 57a24a85a2bc
parent 29088 983353035cec
child 29341 0d83ad967bf8
--- a/hgext/chgserver.py	Sun May 08 10:43:41 2016 +0200
+++ b/hgext/chgserver.py	Sat May 07 14:51:32 2016 +0100
@@ -80,6 +80,7 @@
 
 # sensitive config sections affecting confighash
 _configsections = [
+    'alias',  # affects global state commands.table
     'extdiff',  # uisetup will register new commands
     'extensions',
 ]