894
895
merges = self.get_parent_ids()[1:]
896
897
(parent, repository.revision_tree(parent)) for
898
899
self.set_parent_trees(parent_trees)
901
902
def put_file_bytes_non_atomic(self, path, bytes, file_id=None):
902
903
"""See MutableTree.put_file_bytes_non_atomic."""
903
904
with self.lock_write(), open(self.abspath(path), 'wb') as stream:
907
908
"""Yield all unversioned files in this WorkingTree.