Replies: 1 comment 1 reply
-
I see now that only the trunk() branch is immutable. It's a bit of a confusing default when more than one branch is used for shared development in a team. But I'm not sure how it could be done differently. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see now that only
I found a surprising behavior.
I have added a few changes to the develop bookmark, then I want to push these to git. So I do
jj bookmark set develop
andjj git push
.What happens: develop@origin is set in the current change and is mutable
What I expect instead: develop@origin is set to the current change, it is made immutable and so a new change is added on top of it.
Is the behavior normal?
This has now caused me many time troubles when I started modifying the working copy and so adding a new hidden commit on the develop@origin change.
Beta Was this translation helpful? Give feedback.
All reactions