Page MenuHomePhabricator

Support Perforce/Git repositories in "arc land"
ClosedPublic

Authored by epriestley on Oct 28 2019, 5:40 PM.
Tags
None
Referenced Files
F15489351: D20868.id49752.diff
Fri, Apr 11, 8:12 AM
F15487957: D20868.id49748.diff
Thu, Apr 10, 6:26 PM
F15487634: D20868.id49747.diff
Thu, Apr 10, 3:39 PM
F15479007: D20868.id.diff
Tue, Apr 8, 4:47 AM
F15477676: D20868.diff
Mon, Apr 7, 5:18 PM
F15459045: D20868.id49747.diff
Mon, Mar 31, 9:20 AM
F15451316: D20868.diff
Fri, Mar 28, 9:25 PM
F15430457: D20868.id49752.diff
Mon, Mar 24, 7:46 AM
Subscribers
None

Details

Summary

Ref T13434. Detect perforce remotes and use "git p4" commands in place of "git" commands when operating in Perforce mode.

Test Plan
  • Landed "master" onto itself, saw master update.
  • Landed "feature1" onto clean "master", saw master update.
  • Landed "feature2" onto dirty "master", saw master stay dirty.
  • Landed with "--hold", got sensible submit instructions.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Fix an issue with the non-dirty flow introduced when making the dirty flow work.
  • Ran "arc land" end-to-end in a normal topic branch workflow.
  • Ran "arc land" end-to-end in a normal topic branch workflow with a dirty target branch.
  • Ran "arc land" end-to-end in a no-topic-branch workflow.
This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2019, 6:25 PM
This revision was automatically updated to reflect the committed changes.