mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01: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:
parent
4ae9a7b966
commit
da0bc948ac
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue