mercurial/localrepo.py
changeset 18691 4f485bd68f1d
parent 18677 539210ed2069
child 18714 7790d69af6d6
--- a/mercurial/localrepo.py	Tue Feb 12 11:36:21 2013 -0600
+++ b/mercurial/localrepo.py	Wed Feb 13 12:51:30 2013 -0800
@@ -2402,7 +2402,7 @@
 
                     newheads = [h for h in self.heads() if h not in oldheads]
                     self.ui.log("incoming",
-                                _("%s incoming changes - new heads: %s\n"),
+                                "%s incoming changes - new heads: %s\n",
                                 len(added),
                                 ', '.join([hex(c[:6]) for c in newheads]))
                 self._afterlock(runhooks)