forked from mirrors/jj
changelog: removing the jj hide
alias is a breaking change
This commit is contained in:
parent
60812f8346
commit
e86f339863
1 changed files with 3 additions and 3 deletions
|
@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* The `jj sparse` command was split up into `jj sparse list` and
|
||||
`jj sparse set`.
|
||||
|
||||
* `jj hide` (alias for `jj abandon`) is no longer available. Use `jj abandon`
|
||||
instead.
|
||||
|
||||
### New features
|
||||
|
||||
* `jj git push --deleted` will remove all locally deleted branches from the remote.
|
||||
|
@ -58,9 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
`jj log`, and `jj obslog`) now accept `--types` to show only the type of file
|
||||
before and after.
|
||||
|
||||
* `jj hide` (alias for `jj abandon`) is no longer available. Use `jj abandon`
|
||||
instead.
|
||||
|
||||
* `jj debug completion`, `jj debug mangen` and `jj debug config-schema` have
|
||||
been moved from `jj debug` to `jj util`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue