Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F538583
DiffusionMercurialExistsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
338 B
Referenced Files
None
Subscribers
None
DiffusionMercurialExistsQuery.php
View Options
<?php
final
class
DiffusionMercurialExistsQuery
extends
DiffusionExistsQuery
{
protected
function
executeQuery
()
{
$request
=
$this
->
getRequest
();
$repository
=
$request
->
getRepository
();
list
(
$err
,
$stdout
)
=
$repository
->
execLocalCommand
(
'id --rev %s'
,
$request
->
getCommit
());
return
!
$err
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 8:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120004
Default Alt Text
DiffusionMercurialExistsQuery.php (338 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment