From 08fb8e441f7477779bdf0f06dfe46d0599c36830 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:56:05 +0800 Subject: [PATCH] dev-cmd/pr-pull: add debug output for merge base --- Library/Homebrew/dev-cmd/pr-pull.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/pr-pull.rb b/Library/Homebrew/dev-cmd/pr-pull.rb index 1625f8115b..f37f993463 100644 --- a/Library/Homebrew/dev-cmd/pr-pull.rb +++ b/Library/Homebrew/dev-cmd/pr-pull.rb @@ -471,6 +471,7 @@ module Homebrew else current_branch_head end + odebug "Pull request merge-base: #{original_commit}" unless args.no_commit? cherry_pick_pr!(user, repo, pr, path: tap.path, args: args) unless args.no_cherry_pick?