jj config prevent editing rev already pushed (closes #4)

This commit is contained in:
Matthew Ryan Dillon 2025-04-05 17:01:27 -04:00
parent b3773ae801
commit 65ffb03b68

View file

@ -7,7 +7,8 @@ push-bookmark-prefix = "{{ .github_personal }}_jj_"
private-commits = "description(glob:'private:*') | bookmarks('merge')"
[revset-aliases]
'stack()' = 'main..@'
"stack()" = "trunk()..@"
"immutable_heads()" = "builtin_immutable_heads() | (trunk().. & ~mine())"
[ui]
default-command = ["log"]