turn off list-changes

We're going to edit all of the deliverable files in this patch series,
but not add any releases so we don't need list-changes to run.

Change-Id: I78dd60337e795411160b4f7a88661f72231e2ed0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-11-09 14:25:09 -05:00
parent ae636aa815
commit 605b78e0e7
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ def git_diff(workdir, repo, git_range, file_pattern):
def main():
# FIXME(dhellmann): Temporarily turn off list-changes for this
# series of patches.
return 0
if not sys.stdout.encoding:
# Wrap sys.stdout with a writer that knows how to handle
# encoding Unicode data.