๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove custom log behavior

-5
-5
.config/jj/config.toml
··· 31 31 tug = ["bookmark", "advance", "--to", "@-"] 32 32 33 33 [revset-aliases] 34 - current_work = "trunk()..@ | @..trunk() | trunk() | @:: | fork_point(trunk() | @)" 35 - 36 34 "stack()" = "ancestors(reachable(@, mutable()), 2)" 37 35 "stack(x)" = "ancestors(reachable(x, mutable()), 2)" 38 36 "stack(x, n)" = "ancestors(reachable(x, mutable()), n)" 39 - 40 - [revsets] 41 - log = "current_work"