git-svn: typofix
Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
63c56022f8
commit
8f510bef13
@ -4650,7 +4650,7 @@ sub migrate_from_v1 {
|
|||||||
mkpath([$svn_dir]);
|
mkpath([$svn_dir]);
|
||||||
print STDERR "Data from a previous version of git-svn exists, but\n\t",
|
print STDERR "Data from a previous version of git-svn exists, but\n\t",
|
||||||
"$svn_dir\n\t(required for this version ",
|
"$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/);
|
my ($fh, $ctx) = command_output_pipe(qw/rev-parse --symbolic --all/);
|
||||||
while (<$fh>) {
|
while (<$fh>) {
|
||||||
my $x = $_;
|
my $x = $_;
|
||||||
|
Loading…
Reference in New Issue
Block a user