mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-03 12:12:42 +01:00
454a7de87e
Summary: Resolves crazy stuff like 'HEAD' or '{2001-01-01T01:01:01}' into an actual revision, with a provided implementation for git. Test Plan: Tested in a hacky script. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1849
18 lines
480 B
PHP
18 lines
480 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'repository/api/base');
|
|
phutil_require_module('arcanist', 'workflow/exception/notsupported');
|
|
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'filesystem/tempfile');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('ArcanistSubversionAPI.php');
|