jj/cli
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
..
examples revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
src cli: git push: evaluate default revset as user expression 2024-11-06 09:45:09 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: don't use format_*() in annotate template, truncate author, omit commit id 2024-11-05 14:49:57 +09:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE