Page MenuHomePhorge

Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:44.
Tags
None
Referenced Files
F2991910: D25718.1740198724.diff
Fri, Feb 21, 04:32
F2991909: D25718.1740198724.diff
Fri, Feb 21, 04:32
F2990364: D25718.1740177344.diff
Thu, Feb 20, 22:35
F2981958: D25718.1739943118.diff
Tue, Feb 18, 05:31
F2964731: D25718.1739393616.diff
Tue, Feb 11, 20:53
F2963967: D25718.1739263824.diff
Mon, Feb 10, 08:50
F2949974: D25718.1738701320.diff
Mon, Feb 3, 20:35
F2948562: D25718.1738582983.diff
Sun, Feb 2, 11:43

Details

Summary

rP2b0ad243d179f81baad24ccd9748a4ba59017d25 introduced private function loadGitLocalRefs().
In rPe910c76e65e54a439a0af4735ae89c70076673d5, the only call to loadGitLocalRefs() was removed, using loadGitRemoteRefs() to load (and compare) both remote and local refs. Thus remove this unused method.

Test Plan

Read/grep the code in PhabricatorRepositoryPullEngine.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable