mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +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
|
||||
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue