Dynamic completion on rebase destination does not work properly for remote bookmarks
Author: VampireCreated Oct 18, 2025Updated Sep 17, 2026
Labels🐛bugcli completions🪄
Description
Completing bookmarks for rebase destination does not work properly for remote bookmarks.
Steps to Reproduce the Problem
jj rebase --destination mas<TAB>- =>
jj rebase --destination master jj rebase --destination master<TAB><TAB>- =>
master master@origin jj rebase --destination master@<TAB>+
Expected Behavior
jj rebase --destination master@origin
Actual Behavior
Nothing happens
Specifications
- Platform: Git Bash on Windows
- Version: 0.34.0-22900c9a9ba362efa442fed2dd4e6e1d5c22cc7a
Source: jj-vcs/jj