Show the complete branch I'm working on #4941
Answered
by
jennings
jennings
asked this question in
Nice Revsets
-
By far, the most frequently thing I want to see is the working copy, plus the entire branch off |
Beta Was this translation helpful? Give feedback.
Answered by
jennings
Nov 21, 2024
Replies: 1 comment
-
I use this revset:
The I add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jennings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this revset:
The
reachable()
function is what shows the branch of commits.I add
ancestors(..., 2)
to see where the branch started from. This clues me in whether I haven't rebased ontotrunk()
in a while.