v0.8.12 #159
idursun
announced in
Announcements
v0.8.12
#159
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Improvements
Revset
tab
/shift+tab
to cycle forward/backward.revset-aliases
defined in your jj config to the list of completions.up
/down
to cycle through revset history. History is only available during the session. (i.e. it's not persisted)Squash
Got two new modifiers:
e
for keeping the source revision empty (--keep-emptied
)i
for running the squash operation in interactive mode (--interactive
)Rebase
Revisions to be moved are marked with
move
marker, and get updated according to the target. (i.e. branch/source will mark all revisions to be moved according to the target)Minor
jjui
.Fixes
loading
state when the revset don't return any results.Contributions
result
fornix build .
by @ilyagr in gitignore: addresult
fornix build .
#133nix flake check
build the flake by @ilyagr in CI and Nix: makenix flake check
build the flake #132self.dirtyRev
is not defined by @ilyagr in build(nix): allow building flake whenself.dirtyRev
is not defined #152New Contributors
Full Changelog: v0.8.11...v0.8.12
This discussion was created from the release v0.8.12.
Beta Was this translation helpful? Give feedback.
All reactions