reverted 94cad7590015: does not help much on Windows;
authorwenzelm
Sat, 17 Jun 2017 16:06:54 +0200
changeset 66105 8889aad1ff92
parent 66104 5aab14a64a03
child 66106 b5333fc056da
reverted 94cad7590015: does not help much on Windows;
src/Pure/General/mercurial.scala
--- a/src/Pure/General/mercurial.scala	Sat Jun 17 15:44:31 2017 +0200
+++ b/src/Pure/General/mercurial.scala	Sat Jun 17 16:06:54 2017 +0200
@@ -72,7 +72,7 @@
         case Some(ssh) => ssh.is_dir(root)
       }
     if (present) { val hg = repository(root, ssh = ssh); hg.pull(remote = source); hg }
-    else clone_repository(source, root, options = "--pull --noupdate", ssh = ssh)
+    else clone_repository(source, root, options = "--noupdate", ssh = ssh)
   }
 
   class Repository private[Mercurial](root_path: Path, ssh: Option[SSH.Session])