Page MenuHomePhorge

DiffusionSvnCommitParentsQuery.php
No OneTemporary

Size
512 B
Referenced Files
None
Subscribers
None

DiffusionSvnCommitParentsQuery.php

<?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

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)

Event Timeline