Page MenuHomePhabricator

[land-bot] Use --nobranch for revisions by default
ClosedPublic

Authored by jasonbcox on Sep 16 2020, 23:11.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC7842514c4385: [land-bot] Use --nobranch for revisions by default
Summary

This will allow us to make the assumption that the patch
being landed is on master, whether the patch is part of a revision or not.
This assumption helps keep the patch landing logic as simple as possible
as we begin to use land-patch.sh for non-revision patches.

Test Plan
./autopatch.sh --revision Dxxxx
git log    # verify the patch is the latest commit on master

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable