2011-01-10 00:22:25 +01:00
|
|
|
<?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', 'exception/usage/userabort');
|
|
|
|
phutil_require_module('arcanist', 'parser/diff');
|
2011-01-11 22:02:38 +01:00
|
|
|
phutil_require_module('arcanist', 'parser/diff/changetype');
|
2011-01-10 00:22:25 +01:00
|
|
|
phutil_require_module('arcanist', 'repository/api/base');
|
|
|
|
phutil_require_module('arcanist', 'workflow/base');
|
|
|
|
phutil_require_module('arcanist', 'workflow/lint');
|
|
|
|
phutil_require_module('arcanist', 'workflow/unit');
|
|
|
|
|
|
|
|
phutil_require_module('phutil', 'console');
|
|
|
|
phutil_require_module('phutil', 'console/editor');
|
|
|
|
phutil_require_module('phutil', 'filesystem/filelist');
|
2011-01-11 22:02:38 +01:00
|
|
|
phutil_require_module('phutil', 'future/exec');
|
2011-01-10 00:22:25 +01:00
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
|
|
|
|
|
|
phutil_require_source('ArcanistDiffWorkflow.php');
|