Show More
@@ -1694,7 +1694,6 b' class localrepository(object):' | |||||
1694 | # we use unfiltered changelog here because hidden revision must |
|
1694 | # we use unfiltered changelog here because hidden revision must | |
1695 | # be taken in account for phase synchronization. They may |
|
1695 | # be taken in account for phase synchronization. They may | |
1696 | # becomes public and becomes visible again. |
|
1696 | # becomes public and becomes visible again. | |
1697 | cl = self.unfiltered().changelog |
|
|||
1698 | result = self.addchangegroup(cg, 'pull', remote.url()) |
|
1697 | result = self.addchangegroup(cg, 'pull', remote.url()) | |
1699 |
|
1698 | |||
1700 | # compute target subset |
|
1699 | # compute target subset |
General Comments 0
You need to be logged in to leave comments.
Login now