De-conflict copy method
This commit is contained in:
parent
40f74f993e
commit
b37ce7e86f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Vfs(object):
|
||||||
def unlink(self, dest):
|
def unlink(self, dest):
|
||||||
self._append(("unlink", dest))
|
self._append(("unlink", dest))
|
||||||
|
|
||||||
def copy(self):
|
def clone(self):
|
||||||
return Vfs(list(self._log))
|
return Vfs(list(self._log))
|
||||||
|
|
||||||
def merge(self, other: "Vfs"):
|
def merge(self, other: "Vfs"):
|
||||||
|
|
Loading…
Reference in a new issue