提交 be0c7e06 编写于 作者: E Elrond 提交者: Junio C Hamano

git-cvsimport: Handle "Removed" from pserver

Sometimes the pserver says "Removed" instead of "Remove-entry".
Signed-off-by: NElrond <elrond+kernel.org@samba-tng.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 c82a22c3
......@@ -350,7 +350,7 @@ sub _line {
return $res;
} elsif($line =~ s/^E //) {
# print STDERR "S: $line\n";
} elsif($line =~ /^Remove-entry /i) {
} elsif($line =~ /^(Remove-entry|Removed) /i) {
$line = $self->readline(); # filename
$line = $self->readline(); # OK
chomp $line;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册