modernized;
authorwenzelm
Wed, 12 Oct 2016 11:48:53 +0200
changeset 64165 2e1b25d6c108
parent 64162 03057a8fdd1f
child 64166 44925cf6ded1
modernized;
src/Pure/Admin/ci_profile.scala
--- a/src/Pure/Admin/ci_profile.scala	Wed Oct 12 11:31:08 2016 +0200
+++ b/src/Pure/Admin/ci_profile.scala	Wed Oct 12 11:48:53 2016 +0200
@@ -72,7 +72,7 @@
 
 
   final def hg_id(path: Path): String =
-    Isabelle_System.hg("id -i", path.file).out
+    Mercurial.repository(path).identify(options = "-i")
 
   final def print_section(title: String): Unit =
     println(s"\n=== $title ===\n")