src/Pure/General/mercurial.scala
changeset 71726 a5fda30edae2
parent 71684 5036edb025b7
child 72375 e48d93811ed7
equal deleted inserted replaced
71725:c255ed582095 71726:a5fda30edae2
   228     remote: String,
   228     remote: String,
   229     local_path: Path,
   229     local_path: Path,
   230     remote_name: String = "",
   230     remote_name: String = "",
   231     path_name: String = default_path_name,
   231     path_name: String = default_path_name,
   232     remote_exists: Boolean = false,
   232     remote_exists: Boolean = false,
   233     progress: Progress = No_Progress)
   233     progress: Progress = new Progress)
   234   {
   234   {
   235     /* local repository */
   235     /* local repository */
   236 
   236 
   237     Isabelle_System.mkdirs(local_path)
   237     Isabelle_System.mkdirs(local_path)
   238 
   238