~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-06 00:14:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6216.
  • Revision ID: jelmer@samba.org-20111006001401-o14rsyp6gdy5vt3o
Fix plugin use of revision_history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1666
1666
 
1667
1667
    def __init__(self, exc_info):
1668
1668
        import traceback
1669
 
        # GZ 2010-08-10: Cycle with exc_tb/exc_info affects at least one test
1670
1669
        self.exc_type, self.exc_value, self.exc_tb = exc_info
1671
1670
        self.exc_info = exc_info
1672
1671
        traceback_strings = traceback.format_exception(