jj/cli
Martin von Zweigbergk f4c0baf712 cli: allow (and ignore) -d flag for jj new
We were discussing whether `jj backout` and `jj duplicate` should
support `-d/-A/-B` just like `jj rebase` does. `jj new` already
accepts `-A/-B` but it does not accept `-d`. It does support `-r`,
however. It seems like `-d` is a better match for `jj new` since it
creates a commit on top. So this patch adds support for that flag
too. I now think `-r` sounds misleading for `jj new`, but I left it in
for now.
2024-10-15 09:33:39 -07:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src cli: allow (and ignore) -d flag for jj new 2024-10-15 09:33:39 -07:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: Add command jj file annotate 2024-10-15 16:31:32 +03: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 cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00