Skip to content

Commit

Permalink
git svn: consistent spacing after "W:" in warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Wong committed Mar 8, 2013
1 parent 47543d1 commit eae6cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Git/SVN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit eae6cf5

Please sign in to comment.