1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00
phorge-arcanist/src/land
Christopher Speck 76a2976fd9 Update other usages of "hg rebase" to use the new extension-enabling function
Summary:
Refs T13659, D21697.

I suppose I missed these cases.

Test Plan:
- I ran `arc land --test` and verified the rebase used by `ArcanistMercurialLandEngine` was run with the flag to enable the extension.
```
$ hg --encoding utf-8 --config 'extensions.rebase=' rebase --dest 2fd68f4c48aaab9f6d5613b90e60b8219a9af0ae --rev 6132da63090c2c8a8d479aaae7b20497dda3e8fd..6132da63090c2c8a8d479aaae7b20497dda3e8fd --logfile - --keep --collapse
```

- I modified the merging to throw an exception before writing to the future's stdin and verified that after `arc` completed there was no rebase active.

- I set up 3 dependent diffs and landed the middle revision and verified the first and second revisions landed but not the tip revision and there were no errors and the resulting working directory was correct.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Maniphest Tasks: T13659

Differential Revision: https://secure.phabricator.com/D21706
2021-07-21 17:11:25 -04:00
..
engine Update other usages of "hg rebase" to use the new extension-enabling function 2021-07-21 17:11:25 -04:00
exception Clean up push failure messaging in "arc land" slightly 2020-07-08 15:30:17 -07:00
ArcanistLandCommit.php Improve the logic for identifying ambiguous commits and applying "--revision" to them 2020-06-08 16:22:43 -07:00
ArcanistLandCommitSet.php Support "arc land --pick" to pick specific changes out of a sequence 2020-06-08 16:30:53 -07:00
ArcanistLandSymbol.php Substantially modernize the "arc land" workflow 2020-06-08 16:17:19 -07:00
ArcanistLandTarget.php Substantially modernize the "arc land" workflow 2020-06-08 16:17:19 -07:00