mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-26 06:28:19 +01:00
16 lines
317 B
PHP
16 lines
317 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is automatically generated. Lint this module to rebuild it.
|
||
|
* @generated
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
phutil_require_module('arcanist', 'exception/usage');
|
||
|
phutil_require_module('arcanist', 'workflow/base');
|
||
|
|
||
|
phutil_require_module('phutil', 'console');
|
||
|
|
||
|
|
||
|
phutil_require_source('ArcanistMarkCommittedWorkflow.php');
|