Skip to content

Commit e541d38

Browse files
committed
changelog: mention new warning for bookmarking empty revision
1 parent 22900c9 commit e541d38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8484
* `jj bookmark create/set/move` use the working copy as a default again and
8585
no longer require an explicit revision argument. This walks back a
8686
deprecation from `jj 0.26`, as the community feedback was mostly negative.
87+
Instead, bookmarking an empty revision now produces a warning, to help you
88+
catch the case where you meant to bookmark the parent revision.
8789

8890
* The revset function `exactly(x, n)` will now evaluate `x` and error if it does
8991
not have exactly `n` elements.

0 commit comments

Comments
 (0)