this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleanup Jujutsu warning about changed revset syntax

+1 -1
+1 -1
modules/jj.nix
··· 22 22 push = ["git" "push"]; 23 23 sync = [ 24 24 "rebase" 25 - "--source" "all:roots(trunk()..mutable())" 25 + "--source" "roots(trunk()..mutable())" 26 26 "--destination" "trunk()" 27 27 ]; 28 28 };