mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-23 21:18:18 +01:00
18 lines
485 B
PHP
18 lines
485 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'differential/commitmessage');
|
|
phutil_require_module('arcanist', 'exception/usage');
|
|
phutil_require_module('arcanist', 'parser/diff');
|
|
phutil_require_module('arcanist', 'parser/diff/changetype');
|
|
phutil_require_module('arcanist', 'workflow/base');
|
|
|
|
phutil_require_module('phutil', 'console');
|
|
|
|
|
|
phutil_require_source('ArcanistAmendWorkflow.php');
|