See the log tree starting with the current commit (inclusive) #7935
Answered
by
scott2000
Kinrany
asked this question in
Nice Revsets
-
|
The naive answer is However in practice this includes other subtrees. Example: We can see that the sibling commit is being included. Huh? |
Beta Was this translation helpful? Give feedback.
Answered by
scott2000
Nov 3, 2025
Replies: 1 comment 1 reply
-
|
You might want |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Kinrany
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might want
jj log -r @::, which shows@and all of its descendants. This is different from@-.., which instead shows "commits which are not ancestors of@-".