author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Sat, 15 Jul 2006 17:00:23 +0200 | |
changeset 2617 | 0b4bff2b0ce3 |
parent 2611 | 1b4eb1f92433 |
child 2618 | 8367b67ad397 |
child 2624 | 46e52bbb9b1a |
--- a/mercurial/commands.py Thu Jul 13 09:50:51 2006 -0700 +++ b/mercurial/commands.py Sat Jul 15 17:00:23 2006 +0200 @@ -3308,7 +3308,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