Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F427046
DiffusionSvnCommitParentsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
DiffusionSvnCommitParentsQuery.php
View Options
<?php
final
class
DiffusionSvnCommitParentsQuery
extends
DiffusionCommitParentsQuery
{
protected
function
executeQuery
()
{
$drequest
=
$this
->
getRequest
();
$repository
=
$drequest
->
getRepository
();
// TODO: With merge properties in recent versions of SVN, can we do
// a better job of this?
$n
=
$drequest
->
getStableCommitName
();
if
(
$n
>
1
)
{
$ids
=
array
(
$n
-
1
);
}
else
{
$ids
=
array
();
}
return
self
::
loadCommitsByIdentifiers
(
$ids
,
$drequest
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 3:50 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
58572
Default Alt Text
DiffusionSvnCommitParentsQuery.php (512 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment