Mercurial > public > develkit
view scripts/pullall.groovy @ 130:253374129034
CM-133: disable jacoco task. causing errors in some tests (java1.7?)
author | smith@nwoca.org |
---|---|
date | Wed, 05 Jun 2013 15:45:28 +0100 |
parents | f351338a3b3a |
children |
line wrap: on
line source
new File(".").eachDir { d -> if ( new File(d,".hg").exists() ) { println d.name println "hg pull -R ${d.name} -u".execute().text } }