Revset
Revset controls which revisions are shown in the Revisions view. The current revset is always shown in the status bar.
Press shift+l from Revisions to open the revset editor.
Autocomplete
Section titled “Autocomplete”As soon as the editor opens, completions appear automatically — history entries, functions, aliases, bookmarks, and tags are all listed. History entries are shown first when available, but the rest of the completions remain available below them.
Once you start typing a function name, the editor shows the function’s signature inline. Named arguments are completed too, so functions with arguments such as remote= can be filled in directly from the completion list.
tab/shift+tab: cycle through completions
History
Section titled “History”Every revset you apply during a session is saved to history. When you re-open the editor, history is shown at the top of the completion list — use up/down or ctrl+p/ctrl+n to navigate it.
enter: applyescorctrl+c: cancelup/down: navigate history/completionsctrl+p/ctrl+n: navigate history/completions
Behavior
Section titled “Behavior”- If jjui is started with
--revset/-r, that value becomes the session default. - Submitting an empty revset resets to the session default.
See Revisions for where revset fits in daily navigation.