~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: 2007-08-23 00:18:12 UTC
  • mfrom: (2743.1.5 misc-fixen)
  • Revision ID: pqm@pqm.ubuntu.com-20070823001812-eermtd2vfr5o6b7o
(robertc) Several minor miscellaneous code cleanup fixes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1636
1636
        self.text_revision = text_revision
1637
1637
        self.file_id = file_id
1638
1638
 
 
1639
 
1639
1640
class DuplicateFileId(BzrError):
1640
1641
 
1641
1642
    _fmt = "File id {%(file_id)s} already exists in inventory as %(entry)s"