Page MenuHomePhabricator

Fix a check when deciding to destroy the local branch after "arc land"
ClosedPublic

Authored by epriestley on Oct 28 2015, 5:06 PM.
Tags
None
Referenced Files
F14093007: D14358.diff
Mon, Nov 25, 8:59 AM
Unknown Object (File)
Thu, Nov 21, 10:54 AM
Unknown Object (File)
Sun, Nov 17, 6:29 AM
Unknown Object (File)
Thu, Nov 14, 4:38 AM
Unknown Object (File)
Fri, Nov 8, 8:23 PM
Unknown Object (File)
Fri, Nov 8, 1:19 AM
Unknown Object (File)
Fri, Nov 8, 1:19 AM
Unknown Object (File)
Oct 20 2024, 6:58 AM
Subscribers
None

Details

Summary

Fixes T9660. The behavior for this check wasn't quite right -- we want to check the "source ref" (what we're landing) against the "target onto" (the branch we're landing it onto).

Test Plan
  • Landed from master (tracking origin/master). No delete.
  • Landed from feature1 (tracking local/master). Delete.
  • Landed from feature2 (tracking origin/master). Delete.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a check when deciding to destroy the local branch after "arc land".
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Oct 28 2015, 5:07 PM
This revision was automatically updated to reflect the committed changes.