Submitter | Pierre-Yves David |
---|---|
Date | June 18, 2017, 6:55 p.m. |
Message ID | <a7036af610313c30e956.1497812118@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21487/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -455,7 +455,7 @@ class ui(object): return main, sub - def configpath(self, section, name, default=None, untrusted=False): + def configpath(self, section, name, default=_unset, untrusted=False): 'get a path config item, expanded relative to repo root or config file' v = self.config(section, name, default, untrusted) if v is None: