From d382625214896c0a8ba8e3ab2d0f0eae026e8dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= <~@hauleth.dev> Date: Mon, 8 Sep 2025 11:46:24 +0200 Subject: [PATCH] Cleanup Jujutsu warning about changed revset syntax --- modules/jj.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jj.nix b/modules/jj.nix index 8ede37b..0aaa2bf 100644 --- a/modules/jj.nix +++ b/modules/jj.nix @@ -22,7 +22,7 @@ push = ["git" "push"]; sync = [ "rebase" - "--source" "all:roots(trunk()..mutable())" + "--source" "roots(trunk()..mutable())" "--destination" "trunk()" ]; }; -- 2.51.2