branch | stable |
changeset 13685 | e9628665b670 |
parent 13479 | b14ed1692b27 |
child 13745 | 9ff22f600c6c |
--- a/hgext/convert/convcmd.py Wed Mar 16 17:34:13 2011 +0100 +++ b/hgext/convert/convcmd.py Wed Mar 16 17:38:25 2011 +0100 @@ -71,7 +71,7 @@ except NoRepo, inst: ui.note(_("convert: %s\n") % inst) except MissingTool, inst: - raise util.Abort(_('%s\n') % inst) + raise util.Abort('%s\n' % inst) raise util.Abort(_('%s: unknown repository type') % path) class progresssource(object):