| changeset 73566 | 4e6b31ed7197 |
| parent 73534 | e7fb17bca374 |
| child 73736 | a8ff6e4ee661 |
--- a/src/Pure/Tools/phabricator.scala Mon Apr 12 18:10:13 2021 +0200 +++ b/src/Pure/Tools/phabricator.scala Mon Apr 12 18:29:34 2021 +0200 @@ -209,7 +209,7 @@ val archive = if (Url.is_wellformed(mercurial_source)) { val archive = tmp_dir + Path.basic("mercurial.tar.gz") - Isabelle_System.download(mercurial_source, archive) + Isabelle_System.download_file(mercurial_source, archive) archive } else Path.explode(mercurial_source)