changeset 29299 | 76b07a5c064b |
parent 29297 | 50fef8252820 |
child 29353 | a9ccd9af48ef |
--- a/mercurial/transaction.py Fri Jun 03 00:44:20 2016 +0900 +++ b/mercurial/transaction.py Fri Jun 03 00:44:20 2016 +0900 @@ -310,7 +310,8 @@ self.registertmp(name, location=location) else: self.addbackup(name, location=location) - files.append(vfs(name, 'w', atomictemp=True)) + files.append(vfs(name, 'w', atomictemp=True, + checkambig=not suffix)) genfunc(*files) finally: for f in files: