From 4e353deaad8c857f7ff47947d8f452d9a139fc6f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 4 Dec 2024 19:37:39 +0000 Subject: [PATCH] build: jj-next can ignore immutable main on start and can move next anywhere --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index c715dc2..ad8421e 100644 --- a/justfile +++ b/justfile @@ -23,12 +23,12 @@ mutations: # cargo test --example get jj-next: - jj edit main + jj edit main --ignore-immutable just jj-next-test jj-next-test: jj next --edit - jj bookmark move next + jj bookmark move next --allow-backwards just build jj bookmark move main just jj-next-test