Mercurial > public > develkit
view scripts/pullall.groovy @ 185:e1762e4ad070
write properties to correct sourceset output. allow property filename to overridden more easily
author | smith@nwoca.org |
---|---|
date | Sun, 01 Mar 2015 21:17:19 +0000 |
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 } }