Page MenuHomestyx hydra

PhabricatorRepositoryDestructibleCodex.php
No OneTemporary

PhabricatorRepositoryDestructibleCodex.php

<?php
final class PhabricatorRepositoryDestructibleCodex
extends PhabricatorDestructibleCodex {
public function getDestructionNotes() {
$repository = $this->getObject();
$notes = array();
if ($repository->hasLocalWorkingCopy()) {
$notes[] = pht(
'Database records for repository "%s" were destroyed, but this '.
'script does not remove working copies on disk. If you also want to '.
'destroy the repository working copy, manually remove "%s".',
$repository->getDisplayName(),
$repository->getLocalPath());
}
return $notes;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 7:28 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
833694
Default Alt Text
PhabricatorRepositoryDestructibleCodex.php (605 B)

Event Timeline