Skip to content

Why do I occasionally get my bookmarks locked? #5659

Answered by bnjmnt4n
jeanbza asked this question in Q&A
Discussion options

You must be logged in to vote

The term for locked commits is "immutable commits". See https://jj-vcs.github.io/jj/latest/config/#set-of-immutable-commits. The default configuration for immutable commits is such that untracked bookmarks are immutable. jj bookmark track hidden@origin should make those commits mutable again. Typically untracked bookmarks correspond to remote bookmarks by other users which you would not typically want to modify.

The elided revisions are configurable by choosing what commits you'd like to display in the default revset: https://jj-vcs.github.io/jj/latest/config/#default-revisions. For example, you could choose to display all commits via all().

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@jennings
Comment options

@jeanbza
Comment options

Comment options

You must be logged in to vote
1 reply
@jeanbza
Comment options

Answer selected by jeanbza
Comment options

You must be logged in to vote
2 replies
@jeanbza
Comment options

@jennings
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants