You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Unshelved from pending changelist '16239478':
PR #7989: Fixed issue where file history was truncated for moved files (Contributed by rtjonnyr) #jira UE-115245 #rb Sebastien.Lussier #github #preflight 60d23e9aa8190400014cad5d [CL 16749525 by rtjonnyr in ue5-main branch]
This commit is contained in:
@@ -1437,6 +1437,12 @@ static void ParseHistoryResults(const FP4RecordSet& InRecords, const TArray<FPer
|
||||
FString DepotFileName = ClientRecord(TEXT("depotFile"));
|
||||
FString LocalFileName = FindWorkspaceFile(InStates, DepotFileName);
|
||||
|
||||
if (OutHistory.Contains(LocalFileName))
|
||||
{
|
||||
// If a file existed in a location multiple times we rely on the first, most recent record having all the revisions we are interested in
|
||||
continue;
|
||||
}
|
||||
|
||||
TArray< TSharedRef<FPerforceSourceControlRevision, ESPMode::ThreadSafe> > Revisions;
|
||||
int32 RevisionNumbers = 0;
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user