mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-03 20:22:45 +01:00
22 lines
628 B
PHP
22 lines
628 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is automatically generated. Lint this module to rebuild it.
|
||
|
* @generated
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
phutil_require_module('arcanist', 'differential/revision');
|
||
|
phutil_require_module('arcanist', 'exception');
|
||
|
phutil_require_module('arcanist', 'exception/usage');
|
||
|
phutil_require_module('arcanist', 'parser/bundle');
|
||
|
phutil_require_module('arcanist', 'parser/diff');
|
||
|
phutil_require_module('arcanist', 'parser/diff/change');
|
||
|
phutil_require_module('arcanist', 'repository/api/git');
|
||
|
|
||
|
phutil_require_module('phutil', 'console');
|
||
|
phutil_require_module('phutil', 'future/exec');
|
||
|
|
||
|
|
||
|
phutil_require_source('ArcanistBaseWorkflow.php');
|