From: Sam Hague Date: Mon, 5 Feb 2018 17:49:18 +0000 (-0500) Subject: Add header for distchanges to find easier in log X-Git-Tag: pre-potassium~956 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=061dd1de241c286dd3be8057f8bd1d6bc478e64f Add header for distchanges to find easier in log Change-Id: I67f34cd8acea53f7de870f21123c23a34aa9e642 Signed-off-by: Sam Hague --- diff --git a/tools/distchanges/changes.py b/tools/distchanges/changes.py index 608f3c520d..2b9ca713a0 100644 --- a/tools/distchanges/changes.py +++ b/tools/distchanges/changes.py @@ -135,6 +135,9 @@ class Changes(object): gerrit["subject"].encode('ascii', 'replace') if "subject" in gerrit else "none")) def pretty_print_projects(self, projects): + print("========================================") + print("distchanges") + print("========================================") if isinstance(projects, dict): for project_name, values in sorted(projects.items()): if "includes" in values: