Provide more informative messages when autoclosing revisions
Summary: This has been a point of some confusion, make the messages more explicit.
Test Plan:
Added var_dump() stuff and ran on some commits:
$ ./scripts/repository/reparse.php --message rP9fc54f4dfb61f7338cb1cfe819bc72d2a3404264 Running 'PhabricatorRepositoryGitCommitMessageParserWorker'... string(58) "Closed by commit rP9fc54f4dfb61 (authored by @epriestley)." $ ./scripts/repository/reparse.php --message rP444c634b6c6612fc7b36ddffab8023ef67372ab9 Running 'PhabricatorRepositoryGitCommitMessageParserWorker'... string(83) "Closed by commit rP444c634b6c66 (authored by Ben Rogers, committed by @epriestley)." $ ./scripts/repository/reparse.php --message rP22d12fe499e3ecb62392397f2ac2a91768c974aa Running 'PhabricatorRepositoryGitCommitMessageParserWorker'... string(52) "Closed by commit rP22d12fe499e3 (authored by vrana)." $ ./scripts/repository/reparse.php --message rPe51958159483cd0acf00adcff51edf8717b4a23b Running 'PhabricatorRepositoryGitCommitMessageParserWorker'... string(85) "Closed by commit rPe51958159483 (authored by David Fisher, committed by @epriestley)."
Reviewers: csilvers, vrana
Reviewed By: csilvers
CC: aran
Differential Revision: https://secure.phabricator.com/D2765