Skip to content

Commit eae6cf5

Browse files
author
Eric Wong
committed
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 <[email protected]>
1 parent 47543d1 commit eae6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/Git/SVN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ sub lookup_svn_merge {
15041504
my $top_commit = $gs->find_rev_before( $top, 1, $bottom );
15051505

15061506
unless ($top_commit and $bottom_commit) {
1507-
warn "W:unknown path/rev in svn:mergeinfo "
1507+
warn "W: unknown path/rev in svn:mergeinfo "
15081508
."dirprop: $source:$range\n";
15091509
next;
15101510
}

0 commit comments

Comments
 (0)