added commit message field class
Summary: commit message fields were previously stored as name/value pairs in an associative array. this resulted in ad hoc code to modify the structure/rendering of these fields in commit messages. this diff introduces a new DifferentialCommitMessageField class. Test Plan: ran "arc amend" to ensure the commit message still looked good Reviewed By: epriestley Reviewers: epriestley CC: aran, dpepper, epriestley Differential Revision: 554
This commit is contained in:
@@ -139,6 +139,7 @@ phutil_register_library_map(array(
|
||||
'DifferentialCommentSaveController' => 'applications/differential/controller/commentsave',
|
||||
'DifferentialCommitMessage' => 'applications/differential/parser/commitmessage',
|
||||
'DifferentialCommitMessageData' => 'applications/differential/data/commitmessage',
|
||||
'DifferentialCommitMessageField' => 'applications/differential/data/commitmessage',
|
||||
'DifferentialCommitMessageParserException' => 'applications/differential/parser/commitmessage/exception',
|
||||
'DifferentialController' => 'applications/differential/controller/base',
|
||||
'DifferentialDAO' => 'applications/differential/storage/base',
|
||||
|
||||
Reference in New Issue
Block a user