author | wenzelm |
Sat, 27 Mar 2021 22:48:15 +0100 | |
changeset 73496 | 2d00ea4972d7 |
parent 73495 | 6365c1b7ac10 |
child 73497 | 7cdcf131699d |
lib/Tools/setup | file | annotate | diff | comparison | revisions |
--- a/lib/Tools/setup Sat Mar 27 22:36:45 2021 +0100 +++ b/lib/Tools/setup Sat Mar 27 22:48:15 2021 +0100 @@ -139,6 +139,7 @@ "${HG:-hg}" -R "$ISABELLE_HOME" log -r "$REV" if [ ! -f "$ISABELLE_HOME/lib/Tools/setup" ]; then echo >&2 "### The isabelle setup tool has disappeared in this version" + echo >&2 "### (need to invoke "${HG:-hg} update" before using it again)" fi ' fi