equal
  deleted
  inserted
  replaced
  
    
    
    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 }  |