src/Pure/Tools/phabricator.scala
changeset 71281 5b3a813853bb
parent 71280 5a2033fc8f3d
child 71282 de59dd86760f
equal deleted inserted replaced
71280:5a2033fc8f3d 71281:5b3a813853bb
   189     command
   189     command
   190   }
   190   }
   191 
   191 
   192   def mercurial_setup(mercurial_source: String, progress: Progress = No_Progress)
   192   def mercurial_setup(mercurial_source: String, progress: Progress = No_Progress)
   193   {
   193   {
   194     progress.echo("\nBuilding Mercurial from source: " + quote(mercurial_source))
   194     progress.echo("\nMercurial installation from source " + quote(mercurial_source) + " ...")
   195     Isabelle_System.with_tmp_dir("mercurial")(tmp_dir =>
   195     Isabelle_System.with_tmp_dir("mercurial")(tmp_dir =>
   196     {
   196     {
   197       val archive =
   197       val archive =
   198         if (Url.is_wellformed(mercurial_source)) {
   198         if (Url.is_wellformed(mercurial_source)) {
   199           val archive = tmp_dir + Path.basic("mercurial.tar.gz")
   199           val archive = tmp_dir + Path.basic("mercurial.tar.gz")