We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22900c9 commit e541d38Copy full SHA for e541d38
CHANGELOG.md
@@ -84,6 +84,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
84
* `jj bookmark create/set/move` use the working copy as a default again and
85
no longer require an explicit revision argument. This walks back a
86
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.
89
90
* The revset function `exactly(x, n)` will now evaluate `x` and error if it does
91
not have exactly `n` elements.
0 commit comments