We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f7afc commit f158b87Copy full SHA for f158b87
P4Transfer.py
@@ -1276,7 +1276,7 @@ def getChange(self, changeNum):
1276
continue
1277
processedRevs[chRev.depotFile] = 1
1278
revision = flog.revisions[0]
1279
- if len(revision.integrations) > 0:
+ if len(revision.integrations) > 0 and str(revision.change) == change['change']:
1280
if not self.options.historical_start_change or revision.change >= self.options.historical_start_change:
1281
for integ in revision.integrations:
1282
if 'from' in integ.how or integ.how == "ignored":
0 commit comments