/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: Robert Collins
  • Date: 2007-08-22 22:31:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2744.
  • Revision ID: robertc@robertcollins.net-20070822223112-e2qgp43wu1ut5u8l
Fix vertical whitespace in errors.py. (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"