mercurial/configitems.py
branchstable
changeset 34982 0f5521e56b77
parent 34942 2a774cae3a03
child 34990 cabc840ffdee
--- a/mercurial/configitems.py	Sat Nov 04 23:39:54 2017 -0400
+++ b/mercurial/configitems.py	Mon Nov 06 10:33:40 2017 -0800
@@ -790,6 +790,12 @@
 coreconfigitem('server', 'zliblevel',
     default=-1,
 )
+coreconfigitem('share', 'pool',
+    default=None,
+)
+coreconfigitem('share', 'poolnaming',
+    default='identity',
+)
 coreconfigitem('smtp', 'host',
     default=None,
 )