1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 19:56:11 +02:00

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 <normalperson@yhbt.net>
This commit is contained in:
Eric Wong 2013-03-08 09:46:41 +00:00
parent 47543d161e
commit eae6cf5aa8

View 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;
}