diff --git a/src/repository/api/ArcanistMercurialAPI.php b/src/repository/api/ArcanistMercurialAPI.php --- a/src/repository/api/ArcanistMercurialAPI.php +++ b/src/repository/api/ArcanistMercurialAPI.php @@ -109,7 +109,7 @@ return $this->branch; } - public function didReloadCommitRange() { + protected function didReloadCommitRange() { $this->localCommitInfo = null; }