diff -r 144d64cf456e -r af60153b5e3b mercurial/commands.py --- 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: