/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: Aaron Bentley
  • Date: 2008-10-27 12:07:04 UTC
  • mfrom: (0.12.76 shelf-manager)
  • mto: This revision was merged to the branch mainline in revision 3823.
  • Revision ID: aaron@aaronbentley.com-20081027120704-je22awlovnsy85ua
Merge shelf-manager into shelf-ui

Show diffs side-by-side

added added

removed removed

Lines of Context:
2906
2906
        self.msg = msg
2907
2907
 
2908
2908
 
 
2909
class ShelfCorrupt(BzrError):
 
2910
 
 
2911
    _fmt = "Shelf corrupt."
 
2912
 
 
2913
 
2909
2914
class NoSuchShelfId(BzrError):
2910
2915
 
2911
2916
    _fmt = 'No changes are shelved with id "%(shelf_id)d".'