chore(jj): new release

This commit is contained in:
Matthew Ryan Dillon 2024-10-06 19:51:42 -04:00
parent 7cde70aed5
commit bd71859cd3

View file

@ -3,19 +3,10 @@ name = {{ .name | quote }}
email = {{ .email | quote }}
[git]
push-branch-prefix = "thermokarst/jj-"
[revsets]
log = "@ | bases | branches | curbranch::@ | @::nextbranch | downstream(@, branchesandheads)"
push-bookmark-prefix = "thermokarst/jj-"
[revset-aliases]
'bases' = 'main'
'downstream(x,y)' = '(x::y) & y'
'branches' = 'downstream(trunk(), branches()) & mine()'
'branchesandheads' = 'branches | (heads(trunk()::) & mine())'
'curbranch' = 'latest(branches::@- & branches)'
'nextbranch' = 'roots(@:: & branchesandheads)'
'stack' = 'bases..@'
'stack()' = 'main..@'
[ui]
default-command = ["log"]