Merge pull request #29855 from rallytime/bp-29740

Back-port #29740 to 2015.8
This commit is contained in:
Mike Place 2015-12-21 10:11:28 -07:00
commit 096fec6182

View file

@ -104,6 +104,8 @@ def _uptodate(ret, target, comments=None):
# Shouldn't be making any changes if the repo was up to date, but
# report on them so we are alerted to potential problems with our
# logic.
if isinstance(comments, list):
comments = '\n'.join(comments)
ret['comment'] += '\n\nChanges made: ' + str(comments)
return ret