summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-08-05 16:59:31 +0100
committerTorne (Richard Coles) <torne@google.com>2013-08-05 16:59:31 +0100
commit7fd1d813e7f206ff7a25ee8fca36c4cbe860b361 (patch)
tree4f6acca5bce38cce8c33eb94101ba211513422df /chromium/tools
parent3ec6f231ebe47f01e8fada97209d1b888d757615 (diff)
downloadandroid_frameworks_webview-7fd1d813e7f206ff7a25ee8fca36c4cbe860b361.tar.gz
android_frameworks_webview-7fd1d813e7f206ff7a25ee8fca36c4cbe860b361.tar.bz2
android_frameworks_webview-7fd1d813e7f206ff7a25ee8fca36c4cbe860b361.zip
Merge scripts: actually print the generated review details.
The push in frameworks/webview outputs the review URL from Rietveld; spit this output out as "info" so that it's actually displayed; debug logging is invisible by default. Change-Id: I6024797f35ead734c2ad8f24724603ffb27c7cbf
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/merge_to_master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/tools/merge_to_master.py b/chromium/tools/merge_to_master.py
index 65550fd..b90390a 100755
--- a/chromium/tools/merge_to_master.py
+++ b/chromium/tools/merge_to_master.py
@@ -155,7 +155,7 @@ def _MergeWithRepoProp(repo_prop_file):
upload = merge_common.GetCommandStdout(['git', 'push', 'goog',
'HEAD:refs/for/master'],
cwd=dest_dir)
- logging.debug(upload)
+ logging.info(upload)
else:
logging.debug('No new commits to merge in framework')
return 0