From 7d4c8b82348a8ef2efb7772d16e0b575051a683e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 25 Jun 2020 20:10:14 +0200 Subject: gpick: make the debug output for base determination less confusing amends 13a563b8. Change-Id: I1b9843375890c4654aff4675d5ee5ad8252c2ecb Reviewed-by: Alexandru Croitor --- bin/git-gpick | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/git-gpick b/bin/git-gpick index 64a784d..154c42e 100755 --- a/bin/git-gpick +++ b/bin/git-gpick @@ -1239,11 +1239,11 @@ sub analyze_patchset($$) # Series which are pushed on top of other pending Changes have their base # stored in an extra field on Gerrit, as otherwise it's indeterminable. set_base_imposed($rev_id, $base); - print "Have push-base $base for $rev_id.\n" if ($debug); + print "Have push-base $base for $rev_id ($cat).\n" if ($debug); } else { # For the remaining PatchSets, the merge-base with upstream is the base. $base = set_base_deduced($rev_id); - print "Inferred push-base $base for $rev_id.\n" if ($debug); + print "Inferred push-base $base for $rev_id ($cat).\n" if ($debug); } } -- cgit v1.2.1