hgext/inotify/__init__.py
changeset 8206 cce63ef1045b
parent 8069 82e28c7be8fb
child 8225 46293a0c7e9f
--- a/hgext/inotify/__init__.py	Sun Apr 26 16:50:44 2009 -0500
+++ b/hgext/inotify/__init__.py	Sun Apr 26 16:50:44 2009 -0500
@@ -105,7 +105,7 @@
                 else:
                     ui.warn(_('failed to contact inotify server: %s\n')
                              % err[-1])
-                ui.print_exc()
+                ui.traceback()
                 # replace by old status function
                 self.status = super(inotifydirstate, self).status