src/Pure/Tools/update.scala
changeset 71726 a5fda30edae2
parent 71573 c67076c07fb8
child 71807 cdfa8f027bb9
equal deleted inserted replaced
71725:c255ed582095 71726:a5fda30edae2
     8 
     8 
     9 
     9 
    10 object Update
    10 object Update
    11 {
    11 {
    12   def update(options: Options, logic: String,
    12   def update(options: Options, logic: String,
    13     progress: Progress = No_Progress,
    13     progress: Progress = new Progress,
    14     log: Logger = No_Logger,
    14     log: Logger = No_Logger,
    15     dirs: List[Path] = Nil,
    15     dirs: List[Path] = Nil,
    16     select_dirs: List[Path] = Nil,
    16     select_dirs: List[Path] = Nil,
    17     selection: Sessions.Selection = Sessions.Selection.empty)
    17     selection: Sessions.Selection = Sessions.Selection.empty)
    18   {
    18   {