From 46373f2be731c78438961733f2cbd2c86df165ee Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 16 Sep 2011 09:37:15 -0700 Subject: [PATCH] Add a Mercurial message parser Summary: See D943, this is the second parse stage. This will mark Differential revisions as "Committed" among other things. Almost all the logic here is shared between VCSes so the implementation itself is straightforward. Test Plan: Parsed all messages for the official Mercurial repository. Reviewers: Makinde, jungejason, nh, tuomaspelkonen, aran CC: Differential Revision: 944 --- src/__phutil_library_map__.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index a0f66c6ac1..02b470837f 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1188,7 +1188,10 @@ phutil_register_library_map(array( 'PhabricatorRepositoryGitHubNotification' => 'PhabricatorRepositoryDAO', 'PhabricatorRepositoryGitHubPostReceiveController' => 'PhabricatorRepositoryController', 'PhabricatorRepositoryListController' => 'PhabricatorRepositoryController', +<<<<<<< HEAD 'PhabricatorRepositoryMercurialCommitDiscoveryDaemon' => 'PhabricatorRepositoryCommitDiscoveryDaemon', +======= +>>>>>>> Add a Mercurial message parser 'PhabricatorRepositoryMercurialCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker', 'PhabricatorRepositoryMercurialPullDaemon' => 'PhabricatorRepositoryPullLocalDaemon', 'PhabricatorRepositoryPullLocalDaemon' => 'PhabricatorRepositoryDaemon',