##// END OF EJS Templates
discovery: indices between sample and yesno must match (issue4438)...
Mads Kiilerich -
r23192:73cfaa34 stable
parent child Browse files
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