/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:00:10 UTC
  • mfrom: (0.15.42 unshelve)
  • mto: (0.16.87 shelf-ui)
  • mto: This revision was merged to the branch mainline in revision 3820.
  • Revision ID: aaron@aaronbentley.com-20081027120010-fpa14fhqw1fhjg8u
Merge unshelve into shelf-manager

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".'