~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    >>> i.id2path('2326')
95
95
    'src/wibble/wibble.c'
96
96
 
97
 
    :todo: Maybe also keep the full path of the entry, and the children?
 
97
    TODO: Maybe also keep the full path of the entry, and the children?
98
98
           But those depend on its position within a particular inventory, and
99
99
           it would be nice not to need to hold the backpointer here.
100
100
    """