From 9c5a6601d6b03633146d622dec10e08d8474b7b3 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 5 Jan 2012 13:57:49 -0800 Subject: [PATCH] Remove some Mercurial and Google caveats Summary: These seem to work relatively reasonably and don't have any known deal-breaking failures. Test Plan: shrug~ Reviewers: btrahan, jungejason Reviewed By: btrahan CC: aran, btrahan Differential Revision: https://secure.phabricator.com/D1324 --- .../provider/google/PhabricatorOAuthProviderGoogle.php | 4 ++-- .../constants/repositorytype/PhabricatorRepositoryType.php | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/applications/auth/oauth/provider/google/PhabricatorOAuthProviderGoogle.php b/src/applications/auth/oauth/provider/google/PhabricatorOAuthProviderGoogle.php index f9b3a57608..bb49b1b6f2 100644 --- a/src/applications/auth/oauth/provider/google/PhabricatorOAuthProviderGoogle.php +++ b/src/applications/auth/oauth/provider/google/PhabricatorOAuthProviderGoogle.php @@ -1,7 +1,7 @@ 'Git', self::REPOSITORY_TYPE_SVN => 'Subversion', - - // TODO: Stabilize and remove caveat. - self::REPOSITORY_TYPE_MERCURIAL => 'Mercurial (LIMITED SUPPORT!)', + self::REPOSITORY_TYPE_MERCURIAL => 'Mercurial', ); return $map; }