mercurial/dispatch.py
changeset 11054 355a7535bcac
parent 10962 8d5f5122a732
parent 11053 59d0d715fbfa
child 11209 385b95d10410
--- a/mercurial/dispatch.py	Thu Apr 29 22:14:14 2010 -0500
+++ b/mercurial/dispatch.py	Sat May 01 16:15:27 2010 +0200
@@ -105,8 +105,8 @@
     except util.Abort, inst:
         ui.warn(_("abort: %s\n") % inst)
     except ImportError, inst:
+        ui.warn(_("abort: %s!\n") % inst)
         m = str(inst).split()[-1]
-        ui.warn(_("abort: could not import module %s!\n") % m)
         if m in "mpatch bdiff".split():
             ui.warn(_("(did you forget to compile extensions?)\n"))
         elif m in "zlib".split():