present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826;
eliminated implicit state: these theories are globally unique;
#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone
unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"
"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"