Specifying a branch does not work as expected. When working on stacked revisions, users
expect something like arc land-via-bot HEAD~ to land the revision associated with the commit
at HEAD~. This patch fixes that behavior.
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABC9306dc3d8e81: [land-bot] Allow users to specify the branch/commit in order to determine the…
git checkout <some-stacked-revision> git cherry-pick <this-patch> arc land-via-bot --preview arc land-via-bot --preview HEAD~ arc land-via-bot --preview HEAD~2 arc land-via-bot --hold arc land-via-bot --hold HEAD~ arc land-via-bot --hold HEAD~2
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- lvb-better-stack-support
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 13459 Build 26950: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-clang-tidy · build-clang Build 26949: arc lint + arc unit