Changeset View
Changeset View
Standalone View
Standalone View
src/workingcopy/ArcanistWorkingCopy.php
| Show First 20 Lines • Show All 104 Lines • ▼ Show 20 Lines | abstract class ArcanistWorkingCopy | ||||
| } | } | ||||
| protected function selectFromNestedWorkingCopies(array $candidates) { | protected function selectFromNestedWorkingCopies(array $candidates) { | ||||
| // Normally, the best working copy in a stack is the deepest working copy. | // Normally, the best working copy in a stack is the deepest working copy. | ||||
| // Subversion uses slightly different rules. | // Subversion uses slightly different rules. | ||||
| return last($candidates); | return last($candidates); | ||||
| } | } | ||||
| abstract public function newRepositoryAPI(); | |||||
| } | } | ||||