branch | stable |
changeset 12800 | 598bf07fc896 |
parent 12770 | 614f0d8724ab |
child 12831 | 4d657b524be8 |
--- a/mercurial/dispatch.py Thu Oct 21 10:54:37 2010 +0200 +++ b/mercurial/dispatch.py Thu Oct 21 11:23:26 2010 +0200 @@ -24,7 +24,7 @@ except util.Abort, inst: sys.stderr.write(_("abort: %s\n") % inst) if inst.hint: - sys.stderr.write("(%s)\n" % inst.hint) + sys.stderr.write(_("(%s)\n") % inst.hint) return -1 except error.ParseError, inst: if len(inst.args) > 1: