commit | 9c93fee51e26d5db82414317fa169294f3fa94b0 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Wed Jan 31 17:22:31 2007 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Feb 23 00:57:11 2007 -0800 |
tree | c4f152c0041e5f252a80635ed64ee9ce836860ca | |
parent | 373274f978a48b62549f20059bff630d85533533 [diff] |
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>