/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/tree.py

  • Committer: Martin Pool
  • Date: 2007-03-23 07:58:54 UTC
  • mfrom: (2374 +trunk)
  • mto: (2323.5.2 0.15)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: mbp@sourcefrog.net-20070323075854-5o2n6k8a8kuejges
merge jam's integrated changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
                     "file is actually %s" % fp['sha1'],
267
267
                     "store is probably damaged/corrupt"])
268
268
 
 
269
    @needs_read_lock
269
270
    def path2id(self, path):
270
271
        """Return the id for path in this tree."""
271
272
        return self._inventory.path2id(path)