~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-19 08:42:39 UTC
  • mfrom: (1558.15.11 bzr.binaries)
  • Revision ID: pqm@pqm.ubuntu.com-20060419084239-730ca2dccc3bea14
diff and merge handle binaries safely

Show diffs side-by-side

added added

removed removed

Lines of Context:
857
857
        self.method = method
858
858
        self.mname = method.__name__
859
859
        self.tname = type(method_self).__name__
 
860
 
 
861
 
 
862
class BinaryFile(BzrNewError):
 
863
    """File is binary but should be text."""