jj/cli/src
Yuya Nishihara 10424481f7 cli: git push: evaluate default revset as user expression
This one is the last caller of .evaluate_programmatic() who needs symbol
resolution. Let's switch to the user revset machinery and resolve "@" as a
symbol. If this expression didn't contain "remote=<remote>" parameter, the
default would be expressed as a string RevisionArg::from("...").
2024-11-06 09:45:09 +09:00
..
commands cli: git push: evaluate default revset as user expression 2024-11-06 09:45:09 +09:00
config cli: don't use format_*() in annotate template, truncate author, omit commit id 2024-11-05 14:49:57 +09:00
merge_tools
cleanup_guard.rs
cli_util.rs cli: insert dummy -h/--help flag when parsing early args 2024-11-03 13:32:12 +09:00
command_error.rs
commit_templater.rs
config-schema.json bookmarks: add support for git.auto-local-bookmark (to match docs) 2024-10-30 08:01:02 -07:00
config.rs cli: add jj config unset 2024-10-30 06:50:15 +01:00
description_util.rs
diff_util.rs
formatter.rs
generic_templater.rs
git_util.rs cli: do not stringify git2::Error too early 2024-11-05 23:16:36 +09:00
graphlog.rs
lib.rs
main.rs
movement_util.rs
operation_templater.rs
progress.rs
revset_util.rs revset: add convenient method that extracts symbol name from expression 2024-11-04 09:20:46 +09:00
template.pest
template_builder.rs
template_parser.rs
templater.rs
text_util.rs
time_util.rs
ui.rs