# HG changeset patch # User Christopher Springer # Date 1467906394 -3600 # Node ID f2495310ee695c8ffd902fa6bf1f90e719be60a4 # Parent 6cbe6a8597db4860a34717e71c778d1e687c9794 USASR-2244: Add logging to debug mercurial pull diff -r 6cbe6a8597db -r f2495310ee69 init20.gradle --- 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 {