Page MenuHomePhorge

Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:44.
Tags
None
Referenced Files
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
F2904848: D25718.1737334833.diff
Jan 19 2025, 01:00
F2885102: D25718.1737165929.diff
Jan 17 2025, 02:05
F2885097: D25718.1737165924.diff
Jan 17 2025, 02:05

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