1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-27 16:00:59 +01:00
phorge-phorge/src/applications/differential/constants/DifferentialRevisionControlSystem.php

11 lines
211 B
PHP
Raw Normal View History

2011-01-24 20:01:53 +01:00
<?php
// TODO: Unify with similar Repository constants
final class DifferentialRevisionControlSystem extends Phobject {
2011-01-24 20:01:53 +01:00
const SVN = 'svn';
const GIT = 'git';
const MERCURIAL = 'hg';
2011-01-24 20:01:53 +01:00
}