Skip to content

Revset

Revset controls which revisions are shown in the Revisions view. The current revset is always shown in the status bar.

Revset

Press shift+l from Revisions to open the revset editor.

As soon as the editor opens, completions appear automatically — functions, aliases, bookmarks, and tags are all listed. Once you start typing a function name, the editor shows the function’s signature inline.

  • tab / shift+tab: cycle through completions

Every revset you apply during a session is saved to history. When you re-open the editor, it defaults to showing your history — use up/down to navigate it.

  • enter: apply
  • esc or ctrl+c: cancel
  • up / down: navigate history/completions
  • 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.

Contribute Community