# HG changeset patch # User Benoit Boissinot # Date 1152975623 -7200 # Node ID 0b4bff2b0ce3b2b8a78dfafdfd60f750de1c7179 # Parent 1b4eb1f924330227e33e462ee5e508fd8775432b fix bug introduced in b13a98bd078e diff -r 1b4eb1f92433 -r 0b4bff2b0ce3 mercurial/commands.py --- 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