diff --git a/home/private_Library/private_Application Support/private_jj/config.toml b/home/private_Library/private_Application Support/private_jj/config.toml index bec4986..f2f8898 100644 --- a/home/private_Library/private_Application Support/private_jj/config.toml +++ b/home/private_Library/private_Application Support/private_jj/config.toml @@ -15,9 +15,10 @@ log = "@ | bases | branches | curbranch::@ | @::nextbranch | downstream(@, branc 'branchesandheads' = 'branches | (heads(trunk()::) & mine())' 'curbranch' = 'latest(branches::@- & branches)' 'nextbranch' = 'roots(@:: & branchesandheads)' +'stack' = 'bases..@' [ui] -default-command = ["log", "--reversed"] +default-command = ["log"] pager = "delta" [ui.diff]