git svn: consistent spacing after "W:" in warnings
authorEric Wong <normalperson@yhbt.net>
Fri, 8 Mar 2013 09:46:41 +0000 (09:46 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 8 Mar 2013 09:53:57 +0000 (09:53 +0000)
All other instances of "W:"-prefixed warning messages have a space after
the "W:" to help with readability.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm
index 46aeb85f6c9e4ba7f7f41039317dce779242814f..5273ee886764423df0bacfa9b2fbc9b27c4852c4 100644 (file)
@@ -1504,7 +1504,7 @@ sub lookup_svn_merge {
                my $top_commit = $gs->find_rev_before( $top, 1, $bottom );
 
                unless ($top_commit and $bottom_commit) {
-                       warn "W:unknown path/rev in svn:mergeinfo "
+                       warn "W: unknown path/rev in svn:mergeinfo "
                                ."dirprop: $source:$range\n";
                        next;
                }