mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-03 20:22:45 +01:00
964630facc
Summary: support binary upload in the new arc so we can show image diffs, e.g. Test Plan: Reviewers: CC:
26 lines
907 B
PHP
26 lines
907 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', 'exception/usage/userabort');
|
|
phutil_require_module('arcanist', 'parser/diff');
|
|
phutil_require_module('arcanist', 'parser/diff/changetype');
|
|
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');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('ArcanistDiffWorkflow.php');
|