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:
parent
af4ab07381
commit
bb8e9d7357
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
|||
return $this->branch;
|
||||
}
|
||||
|
||||
public function didReloadCommitRange() {
|
||||
protected function didReloadCommitRange() {
|
||||
$this->localCommitInfo = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue