提交 8f510bef 编写于 作者: F Frederik Schwarzer 提交者: Junio C Hamano

git-svn: typofix

Signed-off-by: NFrederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 63c56022
......@@ -4650,7 +4650,7 @@ sub migrate_from_v1 {
mkpath([$svn_dir]);
print STDERR "Data from a previous version of git-svn exists, but\n\t",
"$svn_dir\n\t(required for this version ",
"($::VERSION) of git-svn) does not. exist\n";
"($::VERSION) of git-svn) does not exist.\n";
my ($fh, $ctx) = command_output_pipe(qw/rev-parse --symbolic --all/);
while (<$fh>) {
my $x = $_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册