Fix cvsexportcommit syntax error
There is a syntax error in cvsexport script: Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
f37d0cc3ff
commit
e09f5d7b07
@ -64,7 +64,7 @@ if ($parent) {
|
|||||||
last;
|
last;
|
||||||
}; # found it
|
}; # found it
|
||||||
die "Did not find $parent in the parents for this commit!";
|
die "Did not find $parent in the parents for this commit!";
|
||||||
s }
|
}
|
||||||
} else { # we don't have a parent from the cmdline...
|
} else { # we don't have a parent from the cmdline...
|
||||||
if (@parents == 1) { # it's safe to get it from the commit
|
if (@parents == 1) { # it's safe to get it from the commit
|
||||||
$parent = $parents[0];
|
$parent = $parents[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user