git svn: ignore partial svn:mergeinfo
commit47543d161ebe550c412d99aaa6b9e7e5ae88fab5
authorJan Pešta <jan.pesta@certicon.cz>
Thu, 7 Mar 2013 11:28:14 +0000 (7 12:28 +0100)
committerEric Wong <normalperson@yhbt.net>
Fri, 8 Mar 2013 09:46:03 +0000 (8 09:46 +0000)
tree756dc24d722d082ddcf65deba292d27f5c842441
parentaadb70a5594222cac215f9590017f05d5d0f31b2
git svn: ignore partial svn:mergeinfo

Currently this is cosmetic change - the merges are ignored, becuase the methods
(lookup_svn_merge, find_rev_before, find_rev_after) are failing on comparing text with number.

See http://www.open.collab.net/community/subversion/articles/merge-info.html
Extract:
The range r30430:30435 that was added to 1.5.x in this merge has a '*' suffix for 1.5.x\www.
This '*' is the marker for a non-inheritable mergeinfo range.
The '*' means that only the path on which the mergeinfo is explicitly set has had this range merged into it.

Signed-off-by: Jan Pesta <jan.pesta@certicon.cz>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm