cws/build.sc
changeset 887 d9d52f3e7935
parent 836 a3418ee8c404
child 889 00c1c3408c93
equal deleted inserted replaced
886:8a8d87394608 887:d9d52f3e7935
    19 }
    19 }
    20 
    20 
    21 
    21 
    22 @main
    22 @main
    23 def hg() = {
    23 def hg() = {
    24   os.proc("hg", "commit", "-m texupdate", files.mkString(" ")).call()
    24   println(s"$files")
       
    25   println(os.proc("hg", "commit", "-m texupdate", files.mkString(" ")).call())
    25 }
    26 }