Page MenuHomePhabricator

Fix an issue where known Subversion commits are incorrectly shown as "Discovering..."
ClosedPublic

Authored by epriestley on Sep 17 2020, 8:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:06 AM
Unknown Object (File)
Mon, Apr 1, 6:35 PM
Unknown Object (File)
Mar 15 2024, 10:31 AM
Unknown Object (File)
Feb 19 2024, 7:47 AM
Unknown Object (File)
Jan 9 2024, 8:02 AM
Unknown Object (File)
Dec 12 2023, 2:28 AM
Unknown Object (File)
Nov 30 2023, 4:38 AM
Unknown Object (File)
Nov 17 2023, 1:07 PM
Subscribers
None

Details

Summary

Ref T13552. The behavior of "RepositoryQuery" with ambiguous identifiers under "withRepositoryPHIDs()" is tricky. This leads to failure to load commits in Subversion in some cases.

Use "withRepository()", which gives us the correct identifier resolution behavior.

Test Plan

Viewed a subversion repository history in Diffusion, saw commit details after change.

Diff Detail

Repository
rP Phabricator
Branch
subversion1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24915
Build 34374: Run Core Tests
Build 34373: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 17 2020, 8:55 PM
This revision was automatically updated to reflect the committed changes.