restore list-changes

Remove the temporary edit for the list-changes job that caused it to be
a no-op.

Change-Id: I002faff256d78254f191f3ebbf811be284f84894
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2016-11-09 14:26:01 -05:00
parent 81b1bbaf62
commit dc0b2f5759

View File

@@ -93,9 +93,6 @@ 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.