~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-28 13:20:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050328132038-3a8a5fb9f1023ee1
more check functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Inventories map files to their name in a revision."""
19
19
 
 
20
# TODO: Maybe store inventory_id in the file?  Not really needed.
20
21
 
21
22
__copyright__ = "Copyright (C) 2005 Canonical Ltd."
22
23
__author__ = "Martin Pool <mbp@canonical.com>"