ok/jj
1
0
Fork 0
forked from mirrors/jj

changelog: removing the jj hide alias is a breaking change

This commit is contained in:
Martin von Zweigbergk 2023-06-03 09:47:43 -07:00 committed by Martin von Zweigbergk
parent 60812f8346
commit e86f339863

View file

@ -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`.