Cleanup Jujutsu warning about changed revset syntax
hauleth.dev 3 months ago d3826252 cc25f033
··· 22 22 push = ["git" "push"]; 23 23 sync = [ 24 24 "rebase" 25 25 - "--source" "all:roots(trunk()..mutable())" 25 25 + "--source" "roots(trunk()..mutable())" 26 26 "--destination" "trunk()" 27 27 ]; 28 28 };