Mercurial > public > develkit
changeset 224:f2495310ee69
USASR-2244: Add logging to debug mercurial pull
author | Christopher Springer <springer@nwoca.org> |
---|---|
date | Thu, 07 Jul 2016 16:46:34 +0100 |
parents | 6cbe6a8597db |
children | 4015b287c69f |
files | init20.gradle |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/init20.gradle Thu Jul 07 16:33:50 2016 +0100 +++ b/init20.gradle Thu Jul 07 16:46:34 2016 +0100 @@ -798,7 +798,7 @@ } private findSnapshotVersion() { - "hg pull".execute() + logger.info "hg pull".execute() def versions = "hg branches --closed".execute().text.split('\n').findAll { it.startsWith( 'release') || it.startsWith( 'hotfix') }.collect {