Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21409833
DiffusionSvnCommitParentsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
501 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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 31, 11:28 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16386007
Default Alt Text
DiffusionSvnCommitParentsQuery.php (501 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment