~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

Update to replaced parent checking api bzrlib/merge.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
685
685
        # done on this format anyway. So - acceptable wart.
686
686
        result = self.open_workingtree()
687
687
        if revision_id is not None:
688
 
            result.set_parent_tree_ids([revision_id])
 
688
            result.set_parent_ids([revision_id])
689
689
        return result
690
690
 
691
691
    def get_branch_transport(self, branch_format):