mercurial/configitems.py
changeset 45058 d6e99a446eea
parent 45035 24b1a8eb73aa
child 45059 f43bc4ce0d69
--- a/mercurial/configitems.py	Mon Jul 06 17:51:18 2020 +0200
+++ b/mercurial/configitems.py	Sat Jun 27 21:46:23 2020 +0900
@@ -212,6 +212,9 @@
     default=lambda: [b'chgserver', b'cmdserver', b'repocache'],
 )
 coreconfigitem(
+    b'cmdserver', b'shutdown-on-interrupt', default=True,
+)
+coreconfigitem(
     b'color', b'.*', default=None, generic=True,
 )
 coreconfigitem(