git-svn: avoid redundant get_log calls between invocations
commit9c93fee51e26d5db82414317fa169294f3fa94b0
authorEric Wong <normalperson@yhbt.net>
Thu, 1 Feb 2007 01:22:31 +0000 (31 17:22 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (23 00:57 -0800)
treec4f152c0041e5f252a80635ed64ee9ce836860ca
parent373274f978a48b62549f20059bff630d85533533
git-svn: avoid redundant get_log calls between invocations

Prefill .rev_db to the maximum revision we tried to fetch;
and take advantage of that so we can avoid using get_log()
on ranges we've already seen (and have deemed uninteresting).

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