mercurial/dispatch.py
changeset 18691 4f485bd68f1d
parent 18670 ddc7268da176
child 18693 633cd0c46e6a
--- a/mercurial/dispatch.py	Tue Feb 12 11:36:21 2013 -0600
+++ b/mercurial/dispatch.py	Wed Feb 13 12:51:30 2013 -0800
@@ -747,7 +747,7 @@
         return ret
     finally:
         duration = time.time() - starttime
-        ui.log("commandfinish", _("%s exited %s after %0.2f seconds\n"),
+        ui.log("commandfinish", "%s exited %s after %0.2f seconds\n",
                cmd, ret, duration)
         if repo and repo != req.repo:
             repo.close()