changeset 13984 | af60153b5e3b |
parent 13972 | d1f4e7fd970a |
child 14016 | bd738875943a |
--- 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: