diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-17 15:20:36 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-17 16:26:20 -0700 |
commit | 4839c0b5fa14a09c5559317afe5d16e5c81dd176 (patch) | |
tree | b7b3a3c18a51aa6e7ff299a4b363c7af93d673c9 /t/t5100/msg0005 | |
parent | f0338bbd820f45df51663342827e5aefc4550bf7 (diff) | |
download | git-4839c0b5fa14a09c5559317afe5d16e5c81dd176.tar.gz |
t5100: mailinfo and mailsplit tests.
Currently the test passes with 1.3.3 but not with the tip of
"master". This is to verify the fixes from Eric W Biedermann.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t5100/msg0005')
-rw-r--r-- | t/t5100/msg0005 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/t5100/msg0005 b/t/t5100/msg0005 new file mode 100644 index 0000000000..dd94cd7b9f --- /dev/null +++ b/t/t5100/msg0005 @@ -0,0 +1,13 @@ +The git-cvsimport-script had a copule of small bugs that prevented me +from importing a big CVS repository. + +The first was that it didn't handle removed files with a multi-digit +primary revision number. + +The second was that it was asking the CVS server for "F" messages, +although they were not handled. + +I also updated the documentation for that script to correspond to +actual flags. + +Signed-off-by: David Kågedal <davidk@lysator.liu.se> |