changeset 22:dafc1cce8a2c default tip

Added another TODO.
author Atul Varma <varmaa@toolness.com>
date Sat, 13 Dec 2008 11:46:44 -0800
parents 7fa60aca382d
children
files hrm.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hrm.py	Thu Dec 11 07:52:26 2008 -0800
+++ b/hrm.py	Sat Dec 13 11:46:44 2008 -0800
@@ -58,6 +58,10 @@
 #   * 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.
+#
+#   * Also make the transactions atomic so that if hrm is run at the
+#     same time under the same account in different terminal sessions,
+#     there aren't any race conditions.
 
 import os
 import re