forked from mirrors/jj
demos: remove unnecessary sleep
s
This commit is contained in:
parent
54156335e4
commit
d87f49ce5f
2 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@ run_command "jj rebase -d test"
|
|||
|
||||
comment "We are now going to make another change off of
|
||||
master:"
|
||||
sleep 1
|
||||
run_command "jj co master"
|
||||
run_command "jj describe -m \"other stuff\""
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ run_command "jj branch create goodbye"
|
|||
run_command "jj log"
|
||||
|
||||
comment "Start working on a new change off of master:"
|
||||
sleep 1
|
||||
run_command "jj co master"
|
||||
run_command "jj log"
|
||||
|
||||
|
|
Loading…
Reference in a new issue