diff mercurial/commands.py @ 13984:af60153b5e3b

move rcpath from util to scmutil
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 21 Apr 2011 20:14:29 +0200
parents d1f4e7fd970a
children bd738875943a
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Apr 21 15:11:28 2011 -0500
+++ b/mercurial/commands.py	Thu Apr 21 20:14:29 2011 +0200
@@ -1199,7 +1199,7 @@
     Returns 0 on success.
     """
 
-    for f in util.rcpath():
+    for f in scmutil.rcpath():
         ui.debug(_('read config from: %s\n') % f)
     untrusted = bool(opts.get('untrusted'))
     if values: