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:

committed by
Junio C Hamano

parent
3ea099d48b
commit
21ff2bdb88
@ -135,7 +135,7 @@ foreach my $f (@files) {
|
|||||||
if ($fields[4] eq 'M') {
|
if ($fields[4] eq 'M') {
|
||||||
push @mfiles, $fields[5];
|
push @mfiles, $fields[5];
|
||||||
}
|
}
|
||||||
if ($fields[4] eq 'R') {
|
if ($fields[4] eq 'D') {
|
||||||
push @dfiles, $fields[5];
|
push @dfiles, $fields[5];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user