Skip to content

Instantly share code, notes, and snippets.

@thirtythreeforty
Created September 4, 2025 05:14
Show Gist options
  • Select an option

  • Save thirtythreeforty/de7b149c4923249808cfddc7f7865e71 to your computer and use it in GitHub Desktop.

Select an option

Save thirtythreeforty/de7b149c4923249808cfddc7f7865e71 to your computer and use it in GitHub Desktop.
JJ: show unmerged remote bookmarks in default log
[revset-aliases]
"default_log()" = "present(@) | ancestors(immutable_heads().., 2) | present(trunk())"
"unmerged_remote_bookmarks(x)" = "present(heads(trunk()::remote_bookmarks(x)))"
"unmerged_remote_bookmarks()" = "unmerged_remote_bookmarks('')"
[revsets]
log = "default_log() | ancestors(unmerged_remote_bookmarks(), 2)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment