See what is making a revision immutable #5669
Unanswered
jennings
asked this question in
Nice Revsets
Replies: 1 comment 3 replies
-
Revisions are immutable if it has a descendant in You can see what's making it immutable with the following command:
Explaining this revset from the beginning:
You can make this a revset alias to make it reusable: [revset-aliases]
'why_immutable(r)' = 'r | roots(r:: & immutable_heads())' $ jj log -r 'why_immutable(xyz)' |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a revision that is immutable. How can I see what is making it immutable?
Beta Was this translation helpful? Give feedback.
All reactions