changeset 1:50dee64aa677

This is all now in the issue tracker.
author Augie Fackler <durin42@gmail.com>
date Tue, 30 Sep 2008 17:57:53 -0500
parents f2636cfed115
children 89f88df794d3
files TODO
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/TODO
+++ /dev/null
@@ -1,16 +0,0 @@
-Handle directory adds.
-Handle symlinks in commit.
-Handle execute in commit.
-Handle auto-props on file adds.
-Handle directory deletes.
-Test coverage is horrible. Figure out a strategy to have some real tests.
-Be more explicit about deletes in diff-replay because then we can probably
-handle a rename like ``mv Foo foo '' properly.
-Use replay_range on svn 1.5, it will make replay-over-serf faster.
-Add convertedrev to extra on hg-side commit.
-
-Known upstream issues:
-Using serf as the http library causes no revisions to convert. (svn trunk and 1.5.x branch as of 
-r33158 both have this. No idea bout 1.4.x, since I always just use neon there).
-This is fixed in Subversion trunk in revision 33173. I don't know if it has been backported to 
-the 1.5.x branch yet.