From f86455a45292e457587ba8a3bc3815d7d0265181 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 13 Nov 2022 21:47:06 -0800 Subject: [PATCH] demos: allow running without `ui.allow-init-native = true` We need to use the native backend here because of #27, but we shouldn't require the user running the script to have it in their config. --- demos/demo_juggle_conflicts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/demo_juggle_conflicts.sh b/demos/demo_juggle_conflicts.sh index 3bd6e32a0..e1f4e698b 100755 --- a/demos/demo_juggle_conflicts.sh +++ b/demos/demo_juggle_conflicts.sh @@ -3,7 +3,7 @@ set -euo pipefail . "$(dirname "$0")"/demo_helpers.sh new_tmp_dir -jj init +jj init --config-toml ui.allow-init-native=true echo "first" > file jj branch create first jj commit -m 'first'