We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae9a7b commit da0bc94Copy full SHA for da0bc94
perl/Git/SVN.pm
@@ -1798,12 +1798,10 @@ sub find_extra_svn_parents {
1798
);
1799
1800
if ($ninc) {
1801
- warn "W:svn cherry-pick ignored ($spec) - missing " .
+ warn "W: svn cherry-pick ignored ($spec) - missing " .
1802
"$ninc commit(s) (eg $ifirst)\n";
1803
} else {
1804
- warn
1805
- "Found merge parent ($spec): ",
1806
- $merge_tip, "\n";
+ warn "Found merge parent ($spec): ", $merge_tip, "\n";
1807
push @new_parents, $merge_tip;
1808
}
1809
0 commit comments