chore(jj): only make commits immutable if they are on master/main branch

This commit is contained in:
Stefan Imhoff
2025-09-09 18:46:22 +02:00
parent 83010037cc
commit 09b90577a8

View File

@@ -11,3 +11,6 @@ diff-format = "color-words"
[git] [git]
push-new-bookmarks = true push-new-bookmarks = true
[revsets]
immutable = "main@origin | master@origin"