Page MenuHomestyx hydra

DiffusionSvnCommitParentsQuery.php
No OneTemporary

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);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 25, 12:38 AM (6 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851725
Default Alt Text
DiffusionSvnCommitParentsQuery.php (501 B)

Event Timeline