mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-12 08:36:13 +01:00
18 lines
410 B
PHP
18 lines
410 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is automatically generated. Lint this module to rebuild it.
|
||
|
* @generated
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
phutil_require_module('arcanist', 'repository/api/base');
|
||
|
|
||
|
phutil_require_module('phutil', 'filesystem');
|
||
|
phutil_require_module('phutil', 'filesystem/tempfile');
|
||
|
phutil_require_module('phutil', 'future/exec');
|
||
|
phutil_require_module('phutil', 'utils');
|
||
|
|
||
|
|
||
|
phutil_require_source('ArcanistSubversionAPI.php');
|