author | Matt Mackall <mpm@selenic.com> |
Wed, 19 Nov 2014 09:52:05 -0600 | |
changeset 23355 | 7faa55c20b0e |
parent 23354 | 918c77775df6 |
child 23356 | 140c21fbf4eb |
--- a/mercurial/transaction.py Wed Nov 12 14:57:41 2014 +0000 +++ b/mercurial/transaction.py Wed Nov 19 09:52:05 2014 -0600 @@ -228,8 +228,8 @@ def registertmp(self, tmpfile, location=''): """register a temporary transaction file - Such file will be delete when the transaction exit (on both failure and - success). + Such files will be deleted when the transaction exits (on both + failure and success). """ self._addbackupentry((location, '', tmpfile, False))