mercurial/discovery.py
branchstable
changeset 15497 9bea3aed6ee1
parent 15292 7fa471248185
child 15513 646759147717
--- a/mercurial/discovery.py	Wed Nov 16 00:10:56 2011 +0100
+++ b/mercurial/discovery.py	Fri Nov 11 01:07:10 2011 +0100
@@ -174,9 +174,9 @@
                         hint = _("did you forget to merge? "
                                  "use push -f to force")
                 if branch is not None:
-                    repo.ui.note("new remote heads on branch '%s'\n" % branch)
+                    repo.ui.note(_("new remote heads on branch '%s'\n") % branch)
                 for h in dhs:
-                    repo.ui.note("new remote head %s\n" % short(h))
+                    repo.ui.note(_("new remote head %s\n") % short(h))
         if error:
             raise util.Abort(error, hint=hint)