Page MenuHomePhorge

Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:44.
Tags
None
Referenced Files
F4011613: D25718.1746626240.diff
Tue, May 6, 13:57
F3852695: D25718.1746129753.diff
Wed, Apr 30, 20:02
F3720196: D25718.1745701283.diff
Fri, Apr 25, 21:01
F3720114: D25718.1745696569.diff
Fri, Apr 25, 19:42
F3709462: D25718.1745653683.diff
Fri, Apr 25, 07:48
F3679651: D25718.1745551673.diff
Thu, Apr 24, 03:27
F3605097: D25718.1745251539.diff
Sun, Apr 20, 16:05
F3493509: D25718.1744785780.diff
Tue, Apr 15, 06: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