# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1284490982 -7200 # Node ID 385213d2e2da52cfdc1ff58c149442295349f63c # Parent c9811351627c23b76f024713bb079d5d2922338a pull: reveal the handled SubversionException to --traceback. diff --git a/hgsubversion/wrappers.py b/hgsubversion/wrappers.py --- 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