ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk c7f701fddb revsets: make resolve_symbol() return multiple revisions
I'd like to experiment with mostly using change ids instead of commit
ids on the CLI. Then it needs to be easy to refer to the non-obsolete
commits in a change, which means we probably don't want to require any
operators (i.e. a plain change id should resolve to the non-obsolete
commits in the change). This patch prepares for letting a change id
resolve to (possibly) many commits.
2021-05-30 13:39:24 -07:00
..
test_bad_locking.rs
test_commit_builder.rs repo_path: change representation of RepoPath to have only a list of components 2021-05-19 15:11:04 -07:00
test_commit_concurrent.rs
test_diff_summary.rs repo_path: change representation of RepoPath to have only a list of components 2021-05-19 15:11:04 -07:00
test_evolution.rs
test_git.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_merge_trees.rs repo_path: replace remaining uses of DirRepoPath by RepoPath 2021-05-19 15:11:04 -07:00
test_mut_repo.rs
test_operations.rs
test_revset.rs revsets: make resolve_symbol() return multiple revisions 2021-05-30 13:39:24 -07:00
test_revset_graph_iterator.rs
test_view.rs
test_working_copy.rs
test_working_copy_concurrent.rs