From 061dd1de241c286dd3be8057f8bd1d6bc478e64f Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Mon, 5 Feb 2018 12:49:18 -0500 Subject: [PATCH] Add header for distchanges to find easier in log Change-Id: I67f34cd8acea53f7de870f21123c23a34aa9e642 Signed-off-by: Sam Hague --- tools/distchanges/changes.py | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.36.6