Skip to content

Fix bad call to remote_branch_exists?

Ash McKenzie requested to merge ashmckenzie/fix-default-branch-check into main

What does this Merge Request do and why?

This MR fixes a bug in support/self-update-git-worktree where a bad method call to remote_branch_exists? which didn't exist.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports