/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Shannon Weyrick
  • Date: 2011-11-16 17:02:51 UTC
  • mfrom: (6265 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6268.
  • Revision ID: weyrick@mozek.us-20111116170251-6d7z7tmxr0khy8ow
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1579
1579
            problem we can raise the original error (value from sys.exc_info())
1580
1580
        """
1581
1581
        BzrError.__init__(self)
 
1582
        self.context = context
1582
1583
        self.reload_occurred = reload_occurred
1583
1584
        self.exc_info = exc_info
1584
1585
        self.orig_error = exc_info[1]