[Zope3-checkins] CVS: Zope3/src/zope/fssync - README.txt:1.6

Guido van Rossum guido@python.org
Wed, 14 May 2003 21:56:47 -0400


Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv5598

Modified Files:
	README.txt 
Log Message:
Fixed a bug.


=== Zope3/src/zope/fssync/README.txt 1.5 => 1.6 ===
--- Zope3/src/zope/fssync/README.txt:1.5	Wed May 14 10:55:40 2003
+++ Zope3/src/zope/fssync/README.txt	Wed May 14 21:56:47 2003
@@ -54,9 +54,6 @@
 BUGS
 ----
 
-* After update or commit for a single file, the other files and
-  directories in the same directory are silently removed!!!!
-
 * After committing an added or removed dict, the flag doesn't get
   cleared in the entry.
 
@@ -64,9 +61,11 @@
 TO DO
 -----
 
+* more unit tests for fsmerge
+
 * unit tests for the fssync core functionality
 
-* refactoring more of the fssync core functionality
+* more refactoring and cleanup of the fssync core functionality
 
 * allow adding files of different types based on the file suffix or an
   explicit -t argument