Page MenuHomePhabricator

Support Perforce/Git repositories in "arc land"
ClosedPublic

Authored by epriestley on Oct 28 2019, 5:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 6:55 PM
Unknown Object (File)
Feb 9 2024, 6:22 PM
Unknown Object (File)
Jan 28 2024, 9:21 AM
Unknown Object (File)
Jan 6 2024, 2:02 AM
Unknown Object (File)
Dec 23 2023, 10:46 PM
Unknown Object (File)
Dec 21 2023, 8:37 PM
Unknown Object (File)
Nov 30 2023, 3:40 AM
Unknown Object (File)
Nov 16 2023, 3:28 PM
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.