mercurial/configitems.py
changeset 38493 da2a7d8354b2
parent 38416 35b50237908b
child 38526 313a940d49a3
--- a/mercurial/configitems.py	Thu Jun 28 21:24:47 2018 +0530
+++ b/mercurial/configitems.py	Thu Jun 28 18:07:22 2018 -0700
@@ -566,6 +566,9 @@
 coreconfigitem('experimental', 'remotenames',
     default=False,
 )
+coreconfigitem('experimental', 'removeemptydirs',
+    default=True,
+)
 coreconfigitem('experimental', 'revlogv2',
     default=None,
 )