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>maint
							parent
							
								
									47543d161e
								
							
						
					
					
						commit
						eae6cf5aa8
					
				|  | @ -1504,7 +1504,7 @@ sub lookup_svn_merge { | ||||||
| 		my $top_commit = $gs->find_rev_before( $top, 1, $bottom ); | 		my $top_commit = $gs->find_rev_before( $top, 1, $bottom ); | ||||||
|  |  | ||||||
| 		unless ($top_commit and $bottom_commit) { | 		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"; | 				."dirprop: $source:$range\n"; | ||||||
| 			next; | 			next; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Eric Wong
						Eric Wong