1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 05:45:10 +02:00

Make cvsexportcommit remove files.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Robin Rosenberg 2006-09-29 01:28:55 +02:00 committed by Junio C Hamano
parent 3ea099d48b
commit 21ff2bdb88

View File

@ -135,7 +135,7 @@
if ($fields[4] eq 'M') {
push @mfiles, $fields[5];
}
if ($fields[4] eq 'R') {
if ($fields[4] eq 'D') {
push @dfiles, $fields[5];
}
}