1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 16:26:14 +02:00

git-svn: add space after "W:" prefix in warning

And minor reformatting while we're in the area.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Eric Wong 2014-10-30 08:31:28 +00:00
parent 4ae9a7b966
commit da0bc948ac

View File

@ -1798,12 +1798,10 @@ sub find_extra_svn_parents {
);
if ($ninc) {
warn "W:svn cherry-pick ignored ($spec) - missing " .
warn "W: svn cherry-pick ignored ($spec) - missing " .
"$ninc commit(s) (eg $ifirst)\n";
} else {
warn
"Found merge parent ($spec): ",
$merge_tip, "\n";
warn "Found merge parent ($spec): ", $merge_tip, "\n";
push @new_parents, $merge_tip;
}
}