diff options
Diffstat (limited to '.tools/scripts/init.sh')
-rwxr-xr-x | .tools/scripts/init.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 27923c6e8..1deff0e9c 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,9 +174,10 @@ function do_init { check_error $? cd server-code/src ; git checkout master # v2018.09.23 # 2018-09-24 # s20180713? check_error $? + #: ' #Use this to force an old version. You need s20190422 for this. echo "Begin diff experiment" cd .. - git diff master s20190408 > x.diff + git diff master 41b5d5e9b6f14fd26197958aec29a02858dff299 > x.diff ls head -n 25 x.diff tail -n 40 x.diff @@ -186,6 +187,7 @@ function do_init { echo "====================================== Continuing..." cd src check_error $? + #' gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. |