Show More
@@ -134,6 +134,8 b' def findcommonheads(ui, local, remote,' | |||||
134 | roundtrips += 1 |
|
134 | roundtrips += 1 | |
135 | ownheads = dag.heads() |
|
135 | ownheads = dag.heads() | |
136 | sample = _limitsample(ownheads, initialsamplesize) |
|
136 | sample = _limitsample(ownheads, initialsamplesize) | |
|
137 | # indices between sample and externalized version must match | |||
|
138 | sample = list(sample) | |||
137 | if remote.local(): |
|
139 | if remote.local(): | |
138 | # stopgap until we have a proper localpeer that supports batch() |
|
140 | # stopgap until we have a proper localpeer that supports batch() | |
139 | srvheadhashes = remote.heads() |
|
141 | srvheadhashes = remote.heads() |
General Comments 0
You need to be logged in to leave comments.
Login now