Skip to content

Commit

Permalink
Update CHANGELOG to mention deprecation of file() for files().
Browse files Browse the repository at this point in the history
I missed this update in #4334.

Issue: #4122
  • Loading branch information
essiene committed Sep 24, 2024
1 parent 895d53f commit 93b1ec3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ 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` revset has been renamed to `conflicts`. With this, all revsets that
could potentially return multiple results are named in the plural.
* `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

Expand Down

0 comments on commit 93b1ec3

Please sign in to comment.