Changeset View
Changeset View
Standalone View
Standalone View
src/repository/api/ArcanistMercurialAPI.php
| Show First 20 Lines • Show All 1,020 Lines • ▼ Show 20 Lines | public function getMercurialExtensionArguments() { | ||||
| $path = $path.'/support/hg/arc-hg.py'; | $path = $path.'/support/hg/arc-hg.py'; | ||||
| return array( | return array( | ||||
| '--config', | '--config', | ||||
| 'extensions.arc-hg='.$path, | 'extensions.arc-hg='.$path, | ||||
| ); | ); | ||||
| } | } | ||||
| protected function newCommitGraphQueryTemplate() { | |||||
| return new ArcanistMercurialCommitGraphQuery(); | |||||
| } | |||||
| } | } | ||||