mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-15 11:22:39 +01:00
7cb3551dc7
Summary: - I caused $parser to be reused in D3732 which I belived was safe, but actually isn't. We end up writing to the same changes. We should make it safe but there's some mess in Phabricator that needs to be cleaned up first. - One minor error code thing, variable is undefined. Test Plan: Ran `arc export --git` on a moved file, got a better result. Ran some command which made me hit the other case and didn't get a fatal anymore. Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D3749 |
||
---|---|---|
.. | ||
__tests__ | ||
diff | ||
ArcanistBaseCommitParser.php | ||
ArcanistBundle.php | ||
ArcanistCommentRemover.php | ||
ArcanistDiffParser.php |