dev-cmd/pr-pull: add debug output for merge base

This commit is contained in:
Carlo Cabrera 2023-03-29 17:56:05 +08:00
parent 1ed8b3db2f
commit 08fb8e441f
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -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?