git-svn: allow multi-fetch to fetch things chronologically
commit0af9c9f94ae8a327536679ec1976df65ecd64b6e
authorEric Wong <normalperson@yhbt.net>
Sun, 28 Jan 2007 06:28:56 +0000 (27 22:28 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (23 00:57 -0800)
treef473a8031f595f7c06c71513f91bb7884d89118b
parent21819a370839fdae818975967cef384510e4a8cd
git-svn: allow multi-fetch to fetch things chronologically

Since single fetching is a special case of multi-fetch,
share code with it and the fetch loop into Git::SVN::Ra
since it uses a single Ra connection and multiple
Git::SVN objects.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl