~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Andrew Bennetts
  • Date: 2006-08-16 04:36:11 UTC
  • mfrom: (1927 +trunk)
  • mto: (1910.4.8 test-tweaks)
  • mto: This revision was merged to the branch mainline in revision 1936.
  • Revision ID: andrew.bennetts@canonical.com-20060816043611-7818a1909ab84498
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        self._repository = branch
41
41
        self._weave_store = branch.weave_store
42
42
        self._inventory = inv
 
43
        assert inv.root is not None
43
44
        self._revision_id = revision_id
44
45
 
45
46
    def get_parent_ids(self):