1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-27 23:45:12 +02:00

git-cvsexportcommit.perl: fix typo

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Sven Verdoolaege 2006-06-17 19:46:40 +02:00 committed by Junio C Hamano
parent 9202434cbd
commit e968751573

View File

@ -134,7 +134,7 @@
and $status[0] !~ m/^File: no file /) {
$dirty = 1;
warn "File $f is already known in your CVS checkout -- perhaps it has been added by another user. Or this may indicate that it exists on a different branch. If this is the case, use -f to force the merge.\n";
warn "Status was: $status\n";
warn "Status was: $status[0]\n";
}
}
foreach my $f (@mfiles, @dfiles) {