Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91653420
DifferentialRevisionControlSystem.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 13, 03:07
Size
211 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 03:07 (2 d)
Engine
blob
Format
Raw Data
Handle
22290542
Attached To
rPH Phabricator
DifferentialRevisionControlSystem.php
View Options
<?php
// TODO: Unify with similar Repository constants
final
class
DifferentialRevisionControlSystem
extends
Phobject
{
const
SVN
=
'svn'
;
const
GIT
=
'git'
;
const
MERCURIAL
=
'hg'
;
}
Event Timeline
Log In to Comment