mercurial/commands.py
branchstable
changeset 14708 8083f4d00bd1
parent 14673 b0566467c492
child 14713 88a53081fb21
--- a/mercurial/commands.py	Tue Jun 21 15:38:10 2011 +0300
+++ b/mercurial/commands.py	Tue Jun 21 18:35:13 2011 +0200
@@ -4552,7 +4552,7 @@
     """
 
     for f in scmutil.rcpath():
-        ui.debug(_('read config from: %s\n') % f)
+        ui.debug('read config from: %s\n' % f)
     untrusted = bool(opts.get('untrusted'))
     if values:
         sections = [v for v in values if '.' not in v]