equal
deleted
inserted
replaced
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") |