jj/cli
Yuya Nishihara a8c4e0ecbd cli: move resolve_multiple_nonempty_revsets_default_single() to command helper
resolve_revset_default_single() will be inlined instead. Since "default_single"
evaluation can return multiple revisions, the CLI interface usually accepts
multiple arguments. This suggests that there would be no external callers of
the singular resolve_revset_default_single().
2024-04-02 15:17:12 +09:00
..
examples cli: add a Ui::status() helper for writing non-error to stderr 2024-04-01 13:00:27 -07:00
src cli: move resolve_multiple_nonempty_revsets_default_single() to command helper 2024-04-02 15:17:12 +09:00
testing
tests Update jj split tests to show what happens to branches 2024-04-01 21:19:29 -04:00
build.rs
Cargo.toml
LICENSE