From 5cbb6906a1dd0a6768b13e5dbd18cab0814d1744 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 20 Jan 2026 17:42:52 +0000 Subject: [PATCH] fix author --- profiles/jujutsu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/jujutsu.nix b/profiles/jujutsu.nix index dcc37ca..14bb922 100644 --- a/profiles/jujutsu.nix +++ b/profiles/jujutsu.nix @@ -36,7 +36,7 @@ revset-aliases = { "closest_bookmark(to)" = "heads(::to & bookmarks())"; "closest_pushable(to)" = "heads(::to & mutable() & ~description(exact:\"\") & (~empty() | merges()))"; - "mine()" = "author(christoph@schmatzler.com)"; + "mine()" = "author(\"christoph@schmatzler.com\")"; "wip()" = "mine() ~ immutable()"; "open()" = "mine() ~ ::trunk()"; "current()" = "@:: & mutable()";