Show More
@@ -235,7 +235,8 b' class wirepeer(repository.legacypeer):' | |||||
235 | success, data = d[:-1].split(" ", 1) |
|
235 | success, data = d[:-1].split(" ", 1) | |
236 | if int(success): |
|
236 | if int(success): | |
237 | yield bin(data) |
|
237 | yield bin(data) | |
238 | self._abort(error.RepoError(data)) |
|
238 | else: | |
|
239 | self._abort(error.RepoError(data)) | |||
239 |
|
240 | |||
240 | @batchable |
|
241 | @batchable | |
241 | def heads(self): |
|
242 | def heads(self): |
General Comments 0
You need to be logged in to leave comments.
Login now