Include merge commit being examined in debug log

Change-Id: I3ff5dd806c076c78bfaf8afd687f2b8bf1ec31e0
This commit is contained in:
Darragh Bailey 2016-12-07 16:34:58 +00:00 committed by Darragh Bailey
parent cba4bdaefa
commit 7cffd9dc0b
1 changed files with 2 additions and 1 deletions

View File

@ -81,9 +81,10 @@ class Searcher(GitMixin):
self.log.debug(
"""
previous upstream: %s
merge commit: %s
merge-base: %s
parent: %s
""", self.commit, mergebase, parent.hexsha)
""", self.commit, mergecommit, mergebase, parent.hexsha)
# if not a valid response from merge-base, we have an additional
# branch with unrelated history, and should ignore all parents