ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk f6a9523b75 revsets: resolve symbol as change id if nothing else matches
This patch makes it so we attempt to resolve a symbol as the
non-obsolete commits in a change id if all other resolutions
fail.

This addresses issue #15. I decided to not require any operator for
looking up by change id. I want to make it as easy as possible to use
change ids instead of commit ids to see how well it works to interact
mostly with change ids instead of commit ids (I'll try to test that by
using it myself).
2021-05-31 08:32:10 -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: resolve symbol as change id if nothing else matches 2021-05-31 08:32:10 -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