Skip to content

Commit

Permalink
git-svn: add space after "W:" prefix in warning
Browse files Browse the repository at this point in the history
And minor reformatting while we're in the area.

Signed-off-by: Eric Wong <[email protected]>
  • Loading branch information
Eric Wong committed Oct 30, 2014
1 parent 4ae9a7b commit da0bc94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions perl/Git/SVN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit da0bc94

Please sign in to comment.