mercurial/chgserver.py
changeset 34485 37b7581e5737
parent 33860 3cfc9070245f
child 34839 110040e715c9
--- a/mercurial/chgserver.py	Mon Oct 02 16:48:58 2017 -0700
+++ b/mercurial/chgserver.py	Mon Oct 02 19:25:11 2017 -0700
@@ -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',
 ]