mercurial/extensions.py
changeset 8206 cce63ef1045b
parent 7960 5c794e7331e7
child 8225 46293a0c7e9f
--- a/mercurial/extensions.py	Sun Apr 26 16:50:44 2009 -0500
+++ b/mercurial/extensions.py	Sun Apr 26 16:50:44 2009 -0500
@@ -87,7 +87,7 @@
             else:
                 ui.warn(_("*** failed to import extension %s: %s\n")
                         % (name, inst))
-            if ui.print_exc():
+            if ui.traceback():
                 return 1
 
 def wrapcommand(table, command, wrapper):