mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-02 19:52:43 +01:00
21 lines
628 B
PHP
21 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');
|