mercurial/hook.py
changeset 8206 cce63ef1045b
parent 7916 f779e1996e23
child 8209 a1a5a57efe90
--- a/mercurial/hook.py	Sun Apr 26 16:50:44 2009 -0500
+++ b/mercurial/hook.py	Sun Apr 26 16:50:44 2009 -0500
@@ -61,7 +61,7 @@
                            '%s\n') % (hname, exc))
         if throw:
             raise
-        ui.print_exc()
+        ui.traceback()
         return True
     if r:
         if throw: