From 554cfa9a26745fd05973b206715301dd9e10412e Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 16 Sep 2024 15:42:07 -0400 Subject: [PATCH] feat(jj): useful alias --- .../private_Application Support/private_jj/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]