Mercurial > hrm
changeset 13:54668eda7f1d
Added a TODO.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 08 Dec 2008 16:20:49 -0800 |
parents | 97fb91f12cb7 |
children | 1b35fa4d855e |
files | kharon.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/kharon.py Mon Dec 08 15:58:51 2008 -0800 +++ b/kharon.py Mon Dec 08 16:20:49 2008 -0800 @@ -43,6 +43,10 @@ # within a certain amount of time, they are purged. # # * Optional log messages for deletions. +# +# * Make the transactions atomic, so that if an error occurs partway +# through removing a set of files, the ones that were deleted +# before the error happened are undeleted. import os import re