Re: [PATCH] git svn: ignore partial svn:mergeinfo

2013-03-08 Thread Eric Wong
Jan Pešta wrote: > 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: >

[PATCH] git svn: ignore partial svn:mergeinfo

2013-03-07 Thread Jan Pešta
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 add