~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: Aaron Bentley
  • Date: 2007-07-24 17:10:08 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070724171008-b3ygal61ec5dojub
Better error when shelving binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    def __init__(self):
73
73
        CommandError.__init__(self, "There is no parent, so deleting the"
74
74
                                    " branch could destroy data.")
 
75
 
 
76
class ChangedBinaryFiles(BzrError):
 
77
 
 
78
    _fmt = 'Changes involve binary files.'