mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
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:
parent
31368551b7
commit
f86455a452
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
||||||
. "$(dirname "$0")"/demo_helpers.sh
|
. "$(dirname "$0")"/demo_helpers.sh
|
||||||
|
|
||||||
new_tmp_dir
|
new_tmp_dir
|
||||||
jj init
|
jj init --config-toml ui.allow-init-native=true
|
||||||
echo "first" > file
|
echo "first" > file
|
||||||
jj branch create first
|
jj branch create first
|
||||||
jj commit -m 'first'
|
jj commit -m 'first'
|
||||||
|
|
Loading…
Reference in a new issue