Page MenuHomePhabricator

Move commit message/metadata field query to a separate class
ClosedPublic

Authored by epriestley on Dec 19 2013, 9:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 9:45 AM
Unknown Object (File)
Apr 16 2026, 7:03 AM
Unknown Object (File)
Mar 12 2026, 11:51 PM
Unknown Object (File)
Mar 4 2026, 12:20 PM
Unknown Object (File)
Mar 2 2026, 9:11 AM
Unknown Object (File)
Mar 1 2026, 8:58 PM
Unknown Object (File)
Jan 20 2026, 8:40 AM
Unknown Object (File)
Jan 19 2026, 8:34 AM
Subscribers

Details

Summary

Ref T4195. I need to query commit metadata to figure out which revision a commit is associated with. Move this out of the MessageParser so the code can be called from the HookEngine.

Test Plan

Used reparse.php to reparse a variety of SVN, Mercurial and Git commits. Used var_dump() to verify sensible fields were returned.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped