--- a/src/Pure/General/mercurial.scala Mon Oct 03 21:36:10 2016 +0200
+++ b/src/Pure/General/mercurial.scala Mon Oct 03 21:53:14 2016 +0200
@@ -33,7 +33,8 @@
def close() { }
def command(cmd: String, cwd: JFile = null): Process_Result =
- Isabelle_System.hg("--repository " + File.bash_path(root) + " " + cmd, cwd = cwd)
+ Isabelle_System.hg("--repository " + File.bash_path(root) + " --noninteractive " + cmd,
+ cwd = cwd)
def heads(template: String = "{node|short}\n", options: String = ""): List[String] =