feat(jj): useful alias

This commit is contained in:
Matthew Ryan Dillon 2024-09-16 15:42:07 -04:00
parent f19cbc439c
commit 554cfa9a26

View file

@ -15,9 +15,10 @@ log = "@ | bases | branches | curbranch::@ | @::nextbranch | downstream(@, branc
'branchesandheads' = 'branches | (heads(trunk()::) & mine())' 'branchesandheads' = 'branches | (heads(trunk()::) & mine())'
'curbranch' = 'latest(branches::@- & branches)' 'curbranch' = 'latest(branches::@- & branches)'
'nextbranch' = 'roots(@:: & branchesandheads)' 'nextbranch' = 'roots(@:: & branchesandheads)'
'stack' = 'bases..@'
[ui] [ui]
default-command = ["log", "--reversed"] default-command = ["log"]
pager = "delta" pager = "delta"
[ui.diff] [ui.diff]