hgext/convert/convcmd.py
branchstable
changeset 13479 b14ed1692b27
parent 12769 daa8dc6e1f66
child 13685 e9628665b670
--- a/hgext/convert/convcmd.py	Thu Feb 24 14:38:50 2011 +0100
+++ b/hgext/convert/convcmd.py	Thu Feb 24 00:45:02 2011 +0530
@@ -70,6 +70,8 @@
                 return sink(ui, path)
         except NoRepo, inst:
             ui.note(_("convert: %s\n") % inst)
+        except MissingTool, inst:
+            raise util.Abort(_('%s\n') % inst)
     raise util.Abort(_('%s: unknown repository type') % path)
 
 class progresssource(object):