git svn: lookup new parents correctly from svn:mergeinfo
authorEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 20:15:40 +0000 (12:15 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 22 Dec 2009 20:15:40 +0000 (12:15 -0800)
This appears to be a trivial case where array indices were being
passed to git rev-list, instead of the contents stored in the
array itself.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found