Show More
@@ -350,9 +350,7 b' class changelogrevision(object):' | |||||
350 | @property |
|
350 | @property | |
351 | def p1copies(self): |
|
351 | def p1copies(self): | |
352 | if self._cpsd: |
|
352 | if self._cpsd: | |
353 | rawcopies = self._sidedata.get(sidedatamod.SD_P1COPIES) |
|
353 | return self.changes.copied_from_p1 | |
354 | if not rawcopies: |
|
|||
355 | return {} |
|
|||
356 | else: |
|
354 | else: | |
357 | rawcopies = self.extra.get(b'p1copies') |
|
355 | rawcopies = self.extra.get(b'p1copies') | |
358 | if rawcopies is None: |
|
356 | if rawcopies is None: |
General Comments 0
You need to be logged in to leave comments.
Login now