Mercurial > public > mercurial-scm > hg-stable
diff mercurial/ui.py @ 14924:545e00279670
ui: config path relative to repo root
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Sat, 23 Jul 2011 06:09:14 +0200 |
parents | 351624f8f523 |
children | b55c1c6a793e |
line wrap: on
line diff
--- a/mercurial/ui.py Sat Jul 23 06:08:52 2011 +0200 +++ b/mercurial/ui.py Sat Jul 23 06:09:14 2011 +0200 @@ -164,7 +164,7 @@ return value def configpath(self, section, name, default=None, untrusted=False): - 'get a path config item, expanded relative to config file' + 'get a path config item, expanded relative to repo root or config file' v = self.config(section, name, default, untrusted) if v is None: return None