build: jj-next can ignore immutable main on start and can move next anywhere
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m13s
Test / build (map[name:stable]) (push) Successful in 2m47s
Release Please / Release-plz (push) Failing after 20s

This commit is contained in:
Paul Campbell 2024-12-04 19:37:39 +00:00
parent ef43b9be9a
commit 4e353deaad

View file

@ -23,12 +23,12 @@ mutations:
# cargo test --example get # cargo test --example get
jj-next: jj-next:
jj edit main jj edit main --ignore-immutable
just jj-next-test just jj-next-test
jj-next-test: jj-next-test:
jj next --edit jj next --edit
jj bookmark move next jj bookmark move next --allow-backwards
just build just build
jj bookmark move main jj bookmark move main
just jj-next-test just jj-next-test