# HG changeset patch # User Atul Varma # Date 1228782049 28800 # Node ID 54668eda7f1df1e9d2745d4a80e05c7f28f912c3 # Parent 97fb91f12cb76eab846f8713a39b0b5e235866bc Added a TODO. diff -r 97fb91f12cb7 -r 54668eda7f1d kharon.py --- 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