git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f70f988b11
commit
3be3999849
@ -952,7 +952,7 @@ while (<CVS>) {
|
|||||||
} elsif (/^-+$/) { # end of unknown-line processing
|
} elsif (/^-+$/) { # end of unknown-line processing
|
||||||
$state = 1;
|
$state = 1;
|
||||||
} elsif ($state != 11) { # ignore stuff when skipping
|
} elsif ($state != 11) { # ignore stuff when skipping
|
||||||
print "* UNKNOWN LINE * $_\n";
|
print STDERR "* UNKNOWN LINE * $_\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
commit() if $branch and $state != 11;
|
commit() if $branch and $state != 11;
|
||||||
|
Loading…
Reference in New Issue
Block a user