ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Martin von Zweigbergk 41779551fb revsets: remove heads arguments from builder API functions
Now that we no longer have to be careful whether we mean "all heads"
or "non-obsolete heads", there's no need to pass them as
arguments. It's still possible to get a DAG range to a hidden commit
by using `RevsetExpression::dag_range_to()`, as long as the hidden
commit is indexed.
2021-10-06 13:28:51 -07:00
..
commands.rs revsets: remove heads arguments from builder API functions 2021-10-06 13:28:51 -07:00
diff_edit.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
formatter.rs cli: rename jj prune to jj abandon 2021-09-19 22:51:12 -07:00
graphlog.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
lib.rs styler: rename Styler to more standard Formatter 2021-06-05 08:38:28 -07:00
main.rs project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs cli: rename jj prune to jj abandon 2021-09-19 22:51:12 -07:00
templater.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
testutils.rs working_copy: move logic for creating commit to caller 2021-08-15 18:55:09 -07:00
ui.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00