Show More
@@ -390,8 +390,7 b' class abstractvfs(object):' | |||
|
390 | 390 | newstat = util.filestat(dstpath) |
|
391 | 391 | if newstat.isambig(oldstat): |
|
392 | 392 | # stat of renamed file is ambiguous to original one |
|
393 | advanced = (oldstat.stat.st_mtime + 1) & 0x7fffffff | |
|
394 | os.utime(dstpath, (advanced, advanced)) | |
|
393 | newstat.avoidambig(dstpath, oldstat) | |
|
395 | 394 | return ret |
|
396 | 395 | return util.rename(self.join(src), dstpath) |
|
397 | 396 |
General Comments 0
You need to be logged in to leave comments.
Login now