Submitter | Pierre-Yves David |
---|---|
Date | June 18, 2017, 6:55 p.m. |
Message ID | <e61cd1328c8dd85d8e02.1497812120@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21489/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -422,7 +422,7 @@ class ui(object): "%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