mercurial/configitems.py
changeset 34616 c0dabec35019
parent 34615 32166736684e
child 34618 37b4375b1221
--- a/mercurial/configitems.py	Wed Oct 11 05:18:20 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 05:36:10 2017 +0200
@@ -632,6 +632,9 @@
 coreconfigitem('ui', 'interface',
     default=None,
 )
+coreconfigitem('ui', 'interface.chunkselector',
+    default=None,
+)
 coreconfigitem('ui', 'logblockedtimes',
     default=False,
 )