@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at upstream/main 10 lines 211 B view raw
1<?php 2 3// TODO: Unify with similar Repository constants 4final class DifferentialRevisionControlSystem extends Phobject { 5 6 const SVN = 'svn'; 7 const GIT = 'git'; 8 const MERCURIAL = 'hg'; 9 10}