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; }