Skip to content

Commit

Permalink
changelog: conflict() and file() deprecations are yet unreleased.
Browse files Browse the repository at this point in the history
Move this update under `Unreleased`. I started the change before the last
release and after rebasing, forgot to move it. Fixing it now thanks to @yuja
catching this on time.

Issue: #4122
  • Loading branch information
essiene committed Sep 25, 2024
1 parent 9551794 commit e93e44a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* The `git.push-branch-prefix` config has been deprecated in favor of
`git.push-bookmark-prefix`.

* `conflict()` and `file()` revsets have been renamed to `conflicts()` and `files()`
respectively. The old names are still around and will be removed in a future
release.

### New features

* The new config option `snapshot.auto-track` lets you automatically track only
Expand Down Expand Up @@ -94,10 +98,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
commit to commit. It now either follows the flags `--edit|--no-edit` or it
gets the mode from `ui.movement.edit`.

* `conflict()` and `file()` revsets have been renamed to `conflicts()` and `files()`
respectively. With this, all revsets that could potentially return multiple
results are named in the plural.

### Deprecations

* `jj untrack` has been renamed to `jj file untrack`.
Expand Down

0 comments on commit e93e44a

Please sign in to comment.