Index: src/applications/repository/storage/PhabricatorRepository.php =================================================================== --- src/applications/repository/storage/PhabricatorRepository.php +++ src/applications/repository/storage/PhabricatorRepository.php @@ -1050,7 +1050,7 @@ return false; } - if ($this->isGit()) { + if ($this->isGit() || $this->isHg()) { return true; }