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)
Thu, Jan 2, 2:34 AM
Unknown Object (File)
Mon, Dec 30, 12:40 PM
Unknown Object (File)
Mon, Dec 30, 11:47 AM
Unknown Object (File)
Mon, Dec 30, 2:28 AM
Unknown Object (File)
Tue, Dec 17, 1:10 PM
Unknown Object (File)
Sat, Dec 7, 10:27 PM
Unknown Object (File)
Dec 3 2024, 1:27 AM
Unknown Object (File)
Nov 30 2024, 7:30 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

Branch
hashq2
Lint
Lint Passed
Unit
No Test Coverage