WIP: expand jj immutable revisions (closes #4)
This commit is contained in:
parent
6040cac5f8
commit
7e1db41bd8
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue