mercurial/ui.py
changeset 32985 cd2fd1765654
parent 32984 61a8321c9962
child 33002 6d983e8af49c
--- a/mercurial/ui.py	Sat Jun 17 18:28:20 2017 +0200
+++ b/mercurial/ui.py	Sat Jun 17 12:51:37 2017 +0200
@@ -460,7 +460,7 @@
                                "%s.%s = %s\n" % (section, n, uvalue))
         return value
 
-    def configsuboptions(self, section, name, default=None, untrusted=False):
+    def configsuboptions(self, section, name, default=_unset, untrusted=False):
         """Get a config option and all sub-options.
 
         Some config options have sub-options that are declared with the