Page MenuHomePhorge

Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:44.
Tags
None
Referenced Files
F3285032: D25718.1742791080.diff
Sun, Mar 23, 04:38
F3281900: D25718.1742696659.diff
Sat, Mar 22, 02:24
F3249600: D25718.1742286695.diff
Mon, Mar 17, 08:31
F3219853: D25718.1741768414.diff
Tue, Mar 11, 08:33
F3167076: D25718.1741264192.diff
Wed, Mar 5, 12:29
F2991910: D25718.1740198724.diff
Feb 21 2025, 04:32
F2991909: D25718.1740198724.diff
Feb 21 2025, 04:32
F2990364: D25718.1740177344.diff
Feb 20 2025, 22:35

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