mercurial/ui.py
changeset 14924 545e00279670
parent 14923 351624f8f523
child 15002 b55c1c6a793e
--- 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