diff hgsubversion/wrappers.py @ 705:385213d2e2da

pull: reveal the handled SubversionException to --traceback.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 14 Sep 2010 21:03:02 +0200
parents 3b8088de027d
children 69c0e7c4faf9
line wrap: on
line diff
--- a/hgsubversion/wrappers.py
+++ b/hgsubversion/wrappers.py
@@ -332,6 +332,7 @@ def pull(repo, source, heads=[], force=F
                             tries += 1
                             ui.status('Got a 502, retrying (%s)\n' % tries)
                         else:
+                            ui.traceback()
                             raise hgutil.Abort(*e.args)
         except KeyboardInterrupt:
             pass