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.
This commit is contained in:
Martin von Zweigbergk 2022-11-13 21:47:06 -08:00 committed by Martin von Zweigbergk
parent 31368551b7
commit f86455a452

View File

@ -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'