comparison .hgtags @ 20084:a3378a1b0a05

transaction: unlink target file via vfs Before this patch, unlink target file is once opened before unlinking, because "opener" before vfs migration doesn't have "unlink()" function. This patch uses "vfs.unlink()" instead of "open()" and "fp.name".
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Tue, 12 Nov 2013 16:23:52 +0900
parents 5fa349d367e5
children 7414e28be8af
comparison
equal deleted inserted replaced
20083:c69e5911888d 20084:a3378a1b0a05