Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git svn: consistent spacing after "W:" in warnings
author
Eric Wong
<normalperson@yhbt.net>
Fri, 8 Mar 2013 09:46:41 +0000
(09:46 +0000)
committer
Eric Wong
<normalperson@yhbt.net>
Fri, 8 Mar 2013 09:53:57 +0000
(09:53 +0000)
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>
perl/Git/SVN.pm
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
47543d1
)
diff --git
a/perl/Git/SVN.pm
b/perl/Git/SVN.pm
index 46aeb85f6c9e4ba7f7f41039317dce779242814f..5273ee886764423df0bacfa9b2fbc9b27c4852c4 100644
(file)
--- 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;
}