Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jj_completer: updated for v0.24.0 #2626

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

aftix
Copy link
Contributor

@aftix aftix commented Dec 7, 2024

  • Removed deprecated commands
    • jj merge
    • jj move
    • jj checkout
  • Added jj absorb command
  • Added jj util exec command
  • Added --allow-new flag to jj git push
  • jj duplicate now takes --destination, --insert-before, and --insert-after flags
  • New revset function fork_point
  • Several commands now accept -f/-t shorthands for --from/--to

completers/jj_completer/cmd/absorb.go Outdated Show resolved Hide resolved
completers/jj_completer/cmd/util_exec.go Show resolved Hide resolved
- Removed deprecated commands
  * `jj merge`
  * `jj move`
  * `jj checkout`
- Added `jj absorb` command
- Added `jj util exec` command
- Added `--allow-new` flag to `jj git push`
- `jj duplicate` now takes `--destination`, `--insert-before`, and `--insert-after` flags
- New revset function `fork_point`
- Several commands now accept `-f`/`-t` shorthands for `--from`/`--to`
@aftix aftix force-pushed the push-pzmoxmuuokqs branch from a17fcca to 15cc98e Compare December 7, 2024 20:15
@rsteube rsteube merged commit fff0f7d into carapace-sh:master Dec 7, 2024
3 checks passed
@rsteube
Copy link
Member

rsteube commented Dec 7, 2024

thanks

@aftix aftix deleted the push-pzmoxmuuokqs branch December 14, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants