At Wed Dec 02 14:07:51 -0500 2009, Alex Vandiver wrote: > @@ -2944,14 +2944,15 @@ sub find_extra_svk_parents { > # wahey! we found it, but it might be > # an old one (!) > push @known_parents, [ $rev, $commit ]; > + push @known_parents, [ $rev, $path, $commit ]; > } > } > } This hunk is wrong due to a mis-merge on my part -- the first 'push' line should have been removed, obviously. I'll wait for other comments before I push a v2, however. - Alex -- Networking -- only one letter away from not working -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html