diff --git a/mercurial/chgserver.py b/mercurial/chgserver.py --- a/mercurial/chgserver.py +++ b/mercurial/chgserver.py @@ -68,6 +68,7 @@ # sensitive config sections affecting confighash _configsections = [ 'alias', # affects global state commands.table + 'eol', # uses setconfig('eol', ...) 'extdiff', # uisetup will register new commands 'extensions', ]