From a393bfa67670e41f04a296a6c793e4bf01cc28c0 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Wed, 19 Nov 2025 23:25:41 +0200 Subject: [PATCH] jj: llog --- config/jj/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/jj/config.toml b/config/jj/config.toml index feccbb9..63a02ea 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -21,6 +21,7 @@ auto-local-bookmark = true [aliases] l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] +llog = ["log", "-r", ".."] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]