~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Robert Collins
  • Date: 2007-03-06 08:41:40 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070306084140-10rlo4bozpfvuebh
Get _iter_changes on dirstate passing the subtree tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
931
931
                self.add_parent_tree_id(parent_id)
932
932
        finally:
933
933
            other_tree.unlock()
934
 
        other_tree.bzrdir.destroy_workingtree_metadata()
 
934
        other_tree.bzrdir.retire_bzrdir()
935
935
 
936
936
    @needs_tree_write_lock
937
937
    def extract(self, file_id, format=None):