jj/lib
Yuya Nishihara 59717aa187 revset: remove redundant candidates argument from merges()
Since 'merges()' just filters the candidates set per item, it doesn't need
a candidates argument. Perhaps, 'merges(x)' could be a predicate to select
merge commits within a subgraph 'x', but I don't know if that would be
useful.
2022-10-27 21:33:35 +09:00
..
src revset: remove redundant candidates argument from merges() 2022-10-27 21:33:35 +09:00
tests revset: remove redundant candidates argument from merges() 2022-10-27 21:33:35 +09:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml tests: extract setup of libgit2 config to lib crate 2022-10-23 11:08:22 -07:00