##// END OF EJS Templates
vfs: also audit rename...
Boris Feld -
r41124:9e593db5 default
parent child Browse files
Show More
@@ -199,6 +199,7 b' class abstractvfs(object):'
199 199 checkambig=True only in limited cases (see also issue5418 and
200 200 issue5584 for detail).
201 201 """
202 self._auditpath(dst, 'w')
202 203 srcpath = self.join(src)
203 204 dstpath = self.join(dst)
204 205 oldstat = checkambig and util.filestat.frompath(dstpath)
General Comments 0
You need to be logged in to leave comments. Login now