* morituri/test/test_common_renamer.py (added):

* morituri/common/renamer.py (added):
	  Add a way of doing transactional file renames, as well as their
	  metafile updates.
This commit is contained in:
Thomas Vander Stichele
2009-04-25 09:51:12 +00:00
parent a4f92658da
commit 0bbcac6d06
3 changed files with 366 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2009-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_common_renamer.py (added):
* morituri/common/renamer.py (added):
Add a way of doing transactional file renames, as well as their
metafile updates.
2009-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py: