From eae6cf5aa8ae2d8a90a99bbe4aeb01c29e01fd02 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Mar 2013 09:46:41 +0000 Subject: git svn: consistent spacing after "W:" in warnings All other instances of "W:"-prefixed warning messages have a space after the "W:" to help with readability. Signed-off-by: Eric Wong diff --git a/perl/Git/SVN.pm b/perl/Git/SVN.pm index 46aeb85..5273ee8 100644 --- a/perl/Git/SVN.pm +++ b/perl/Git/SVN.pm @@ -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; } -- cgit v0.10.2-6-g49f6