2011-01-24 15:52:35 -08:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
|
|
|
* @generated
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-02-03 15:41:58 -08:00
|
|
|
phutil_require_module('arcanist', 'parser/diff');
|
|
|
|
|
|
2011-05-06 12:58:53 -07:00
|
|
|
phutil_require_module('phabricator', 'aphront/response/400');
|
2011-01-24 15:52:35 -08:00
|
|
|
phutil_require_module('phabricator', 'aphront/response/404');
|
2011-01-25 11:57:47 -08:00
|
|
|
phutil_require_module('phabricator', 'aphront/response/ajax');
|
2011-05-06 12:58:53 -07:00
|
|
|
phutil_require_module('phabricator', 'aphront/response/file');
|
2011-01-24 15:52:35 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/controller/base');
|
|
|
|
|
phutil_require_module('phabricator', 'applications/differential/parser/changeset');
|
2011-02-02 13:48:52 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/parser/markup');
|
2011-01-24 15:52:35 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/storage/changeset');
|
2011-02-03 15:41:58 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/storage/diff');
|
2011-02-02 13:48:52 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/storage/inlinecomment');
|
2011-01-25 11:57:47 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/view/changesetdetailview');
|
2011-02-02 13:48:52 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/phid/handle/data');
|
2011-01-31 20:38:13 -08:00
|
|
|
phutil_require_module('phabricator', 'infrastructure/javelin/api');
|
2011-01-24 15:52:35 -08:00
|
|
|
|
2011-02-03 15:41:58 -08:00
|
|
|
phutil_require_module('phutil', 'filesystem');
|
|
|
|
|
phutil_require_module('phutil', 'filesystem/tempfile');
|
|
|
|
|
phutil_require_module('phutil', 'future/exec');
|
2011-05-06 12:58:53 -07:00
|
|
|
phutil_require_module('phutil', 'markup');
|
2011-01-24 15:52:35 -08:00
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phutil_require_source('DifferentialChangesetViewController.php');
|