Page MenuHomePhabricator

Support "arc land --pick" to pick specific changes out of a sequence
ClosedPublic

Authored by epriestley on Jun 8 2020, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 7:36 PM
Unknown Object (File)
Mon, Dec 16, 6:28 PM
Unknown Object (File)
Sun, Dec 15, 8:03 PM
Unknown Object (File)
Fri, Dec 13, 9:22 PM
Unknown Object (File)
Thu, Nov 28, 9:56 AM
Unknown Object (File)
Tue, Nov 26, 2:26 PM
Unknown Object (File)
Sat, Nov 23, 8:45 PM
Unknown Object (File)
Nov 22 2024, 9:56 AM
Subscribers
None

Details

Summary

Ref T13546. If you have "feature1", "feature2", etc., "arc land feature4" will now land the entire sequence.

Provide "arc land --pick feature4" to work more like the old "arc land" did. This cherry-picks the commits associated with "feature4", then cascades onto the ancestor of the range.

Test Plan

Ran "arc land --pick land14" to pick a change out of a stack.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 8 2020, 11:30 PM
This revision was automatically updated to reflect the committed changes.