Page MenuHomePhabricator

Support Perforce/Git repositories in "arc land"
ClosedPublic

Authored by epriestley on Oct 28 2019, 5:40 PM.

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
Branch
perforce2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23576
Build 32403: Run Core Tests
Build 32402: arc lint + arc unit

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.