Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information