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