mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
changelog: remove mention of jj file cat/ls
aliases
These two aliases didn't survive code review.
This commit is contained in:
parent
1cf53a25f4
commit
a861baecbf
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* `jj split --siblings` is deprecated in favor of `jj split --parallel` (to
|
||||
match `jj parallelize`).
|
||||
|
||||
* `jj file print` (aka `jj file cat`) replaces `jj cat`.
|
||||
* `jj file print` replaces `jj cat`.
|
||||
|
||||
* `jj file chmod` replaces `jj chmod`.
|
||||
|
||||
* `jj file list` (aka `jj file ls`) replaces `jj files`.
|
||||
* `jj file list` replaces `jj files`.
|
||||
|
||||
### New features
|
||||
|
||||
|
|
Loading…
Reference in a new issue