jj/lib
Yuya Nishihara 832cf8d838 index: add RevWalk variant that tracks generation
Even though I couldn't determine if RevWalkGenerationRange has a measurable
cost compared to RevWalk, I'm not comfortable with enabling generation
tracking by default. So this patch adds a separate struct. I duplicated
Iterator::next() method as it seemed rather complicated to extract a common
iterator wrapper.

Actual filtering function and tests will be added by the next commit.
2022-12-11 13:14:19 +09:00
..
src index: add RevWalk variant that tracks generation 2022-12-11 13:14:19 +09:00
tests revset: use filter intersection for tree containing filter 2022-12-07 11:01:59 +09:00
testutils release: release version 0.6.1 2022-12-05 20:50:48 -08:00
build.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
Cargo.toml cargo: bump pest_derive from 2.5.0 to 2.5.1 2022-12-06 08:11:18 -08:00