this repo has no description

Cleanup Jujutsu warning about changed revset syntax

hauleth.dev d3826252 cc25f033

verified
Changed files
+1 -1
modules
+1 -1
modules/jj.nix
···
push = ["git" "push"];
sync = [
"rebase"
-
"--source" "all:roots(trunk()..mutable())"
+
"--source" "roots(trunk()..mutable())"
"--destination" "trunk()"
];
};