ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk e1c57338a1 revset: split out no-args head() to visible_heads()
The `heads()` revset function with one argument is the counterpart to
`roots()`. Without arguments, it returns the visible heads in the
repo, i.e. `heads(all())`. The two use cases are quite different, and
I think it would be good to clarify that the no-arg form returns the
visible heads, so let's split that out to a new `visible_heads()`
function.
2023-04-03 23:46:34 -07:00
..
benches benches: group unchanged/modified/reversed-line diffs together 2023-03-27 23:38:56 +09:00
gen-protos cargo: bump prost-build from 0.11.7 to 0.11.8 2023-02-28 16:13:14 +00:00
src revset: split out no-args head() to visible_heads() 2023-04-03 23:46:34 -07:00
tests revset: split out no-args head() to visible_heads() 2023-04-03 23:46:34 -07:00
testutils cargo: bump git2 from 0.16.1 to 0.17.0 2023-04-03 09:24:05 -07:00
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.6 to 2.5.7 2023-04-03 09:29:53 -07:00