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 RepoLoader: stop returning Result since the functions cannot currently fail 2021-05-19 14:12:54 -07:00
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 RepoLoader: stop returning Result since the functions cannot currently fail 2021-05-19 14:12:54 -07:00
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 repo_path: rename from() to from_internal_{,dir}_string() 2021-05-19 15:11:04 -07:00
test_git.rs cli: on init, give a proper error message instead crashing when repo exists 2021-05-19 14:53:37 -07:00
test_index.rs RepoLoader: stop returning Result since the functions cannot currently fail 2021-05-19 14:12:54 -07:00
test_init.rs cli: on init, give a proper error message instead crashing when repo exists 2021-05-19 14:53:37 -07:00
test_load_repo.rs RepoLoader: stop returning Result since the functions cannot currently fail 2021-05-19 14:12:54 -07:00
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 repo_path: rename from() to from_internal_{,dir}_string() 2021-05-19 15:11:04 -07:00
test_operations.rs RepoLoader: stop returning Result since the functions cannot currently fail 2021-05-19 14:12:54 -07:00
test_revset.rs revsets: make resolve_symbol() return multiple revisions 2021-05-30 13:39:24 -07:00
test_revset_graph_iterator.rs project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
test_view.rs project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
test_working_copy.rs repo_path: rename from() to from_internal_{,dir}_string() 2021-05-19 15:11:04 -07:00
test_working_copy_concurrent.rs repo_path: rename from() to from_internal_{,dir}_string() 2021-05-19 15:11:04 -07:00