Changeset View
Changeset View
Standalone View
Standalone View
src/repository/api/ArcanistMercurialAPI.php
| Show First 20 Lines • Show All 1,019 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 newNormalizedURI($uri) { | |||||
| return new ArcanistRepositoryURINormalizer( | |||||
| ArcanistRepositoryURINormalizer::TYPE_MERCURIAL, | |||||
| $uri); | |||||
| } | |||||
| } | } | ||||