1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 14:52:40 +01:00

Fix visibility of ArcanistMercurialAPI::didReloadCommitRange

Summary: Ref T6822.

Test Plan: `grep`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

Differential Revision: https://secure.phabricator.com/D11369
This commit is contained in:
Joshua Spence 2015-01-14 06:48:25 +11:00
parent af4ab07381
commit bb8e9d7357

View file

@ -109,7 +109,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
return $this->branch;
}
public function didReloadCommitRange() {
protected function didReloadCommitRange() {
$this->localCommitInfo = null;
}