merge with crew
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 15 Jul 2006 17:01:01 +0200
changeset 2618 8367b67ad397
parent 2617 0b4bff2b0ce3 (diff)
parent 2616 114790d3a081 (current diff)
child 2619 fc0ec2b64150
merge with crew
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jul 14 23:20:08 2006 -0700
+++ b/mercurial/commands.py	Sat Jul 15 17:01:01 2006 +0200
@@ -3322,7 +3322,7 @@
         except (util.SignalInterrupt, KeyboardInterrupt):
             raise
         except Exception, inst:
-            u.warn(_("*** failed to import extension %s: %s\n") % (x[0], inst))
+            u.warn(_("*** failed to import extension %s: %s\n") % (ext_name, inst))
             if u.print_exc():
                 return 1