mercurial/commands.py
changeset 6953 63b5f4c73c98
parent 6948 359e93ceee3a
child 6984 6c4a08270222
--- a/mercurial/commands.py	Sun Aug 31 16:12:02 2008 +0200
+++ b/mercurial/commands.py	Sun Aug 31 16:12:02 2008 +0200
@@ -2129,7 +2129,7 @@
     cmdutil.setremoteconfig(ui, opts)
 
     other = hg.repository(ui, dest)
-    ui.status('pushing to %s\n' % util.hidepassword(dest))
+    ui.status(_('pushing to %s\n') % util.hidepassword(dest))
     if revs:
         revs = [repo.lookup(rev) for rev in revs]
     r = repo.push(other, opts['force'], revs=revs)