diff --git a/vcs/jj/config/jj/config.toml b/vcs/jj/config/jj/config.toml index e3d2f2b..87322f1 100644 --- a/vcs/jj/config/jj/config.toml +++ b/vcs/jj/config/jj/config.toml @@ -32,7 +32,7 @@ concat( ''' [revsets] -log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()" +log = "ancestors(@, 5) | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()" [revset-aliases] "bases" = "dev"