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