~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-26 00:39:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2044.
  • Revision ID: john@arbash-meinel.com-20060926003925-a0e38c3d9fbadf4a
NEWS and documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
730
730
 
731
731
        if self._change_last_revision(leftmost_parent_id):
732
732
            if leftmost_parent_tree is None:
 
733
                # If we don't have a tree, fall back to reading the
 
734
                # parent tree from the repository.
733
735
                self._cache_basis_inventory(leftmost_parent_id)
734
736
            else:
735
737
                # It seems Repository.deserialise_inventory is doing this