D7455 breaks the land bot because arc land --hold
detaches git HEAD when it's expected to be on branch master.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC9acea42cd09f: [land-bot] Fix git HEAD after checking revision
CONDUIT_TOKEN=<token> ./apply-revision.sh Dxxxx git log
Pre-patch git log will show HEAD in a detached state.
Post-patch, git log will show HEAD pointing as master with
one new commit, as expected.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/source-control-tools/apply-revision.sh | ||
---|---|---|
67 ↗ | (On Diff #23562) | Why put a comment when you could actually check that this is true? |