jj: default log revset can become quite large #10

Open
opened 2026-05-29 11:10:37 +02:00 by alarsyo · 0 comments
Owner

When working in a repo with old / wip / archived changes, the default revset can quickly grow large enough to trigger the pager, which is not helpful when typing jj for a quick overview of the current changes.

Some possible remedies:

When working in a repo with old / wip / archived changes, the default revset can quickly grow large enough to trigger the pager, which is not helpful when typing `jj` for a quick overview of the current changes. Some possible remedies: - use `ui.default-command = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]` to keep it short - hide descendants of changes containing `archive` in description by default? See https://discord.com/channels/968932220549103686/1507407724323799130/1507414674176475196
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: alarsyo/nixos-config#10
No description provided.