DORMANTno replies

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

From: Eric Wong <hidden>
Date: 2016-06-15 23:02:49
Subsystem: the rest · Maintainer: Linus Torvalds

And minor reformatting while we're in the area.

Signed-off-by: Eric Wong <redacted>
---
 perl/Git/SVN.pm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/perl/Git/SVN.pm b/perl/Git/SVN.pm
index 893b9a8..d9a52a5 100644
--- a/perl/Git/SVN.pm
+++ b/perl/Git/SVN.pm
@@ -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;
 		}
 	}
-- 
EW
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help