mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
I'm going to reorganize "single"/"default_single" revset functions in a way that resolve_single_rev_with_hint_about_all_prefix() is inlined. evaluate_revset_to_single_commit() could be a private method of WorkspaceCommandHelper, but I want to minimize the code that has to be hosted there.