Show More
@@ -205,6 +205,7 b' test-import.t' | |||||
205 | test-imports-checker.t |
|
205 | test-imports-checker.t | |
206 | test-incoming-outgoing.t |
|
206 | test-incoming-outgoing.t | |
207 | test-inherit-mode.t |
|
207 | test-inherit-mode.t | |
|
208 | test-init.t | |||
208 | test-issue1089.t |
|
209 | test-issue1089.t | |
209 | test-issue1102.t |
|
210 | test-issue1102.t | |
210 | test-issue1175.t |
|
211 | test-issue1175.t | |
@@ -227,6 +228,7 b' test-issue842.t' | |||||
227 | test-journal-exists.t |
|
228 | test-journal-exists.t | |
228 | test-journal-share.t |
|
229 | test-journal-share.t | |
229 | test-journal.t |
|
230 | test-journal.t | |
|
231 | test-known.t | |||
230 | test-largefiles-cache.t |
|
232 | test-largefiles-cache.t | |
231 | test-largefiles-misc.t |
|
233 | test-largefiles-misc.t | |
232 | test-largefiles-small-disk.t |
|
234 | test-largefiles-small-disk.t | |
@@ -450,9 +452,11 b' test-sparse-requirement.t' | |||||
450 | test-sparse-verbose-json.t |
|
452 | test-sparse-verbose-json.t | |
451 | test-sparse.t |
|
453 | test-sparse.t | |
452 | test-split.t |
|
454 | test-split.t | |
|
455 | test-ssh-bundle1.t | |||
453 | test-ssh-clone-r.t |
|
456 | test-ssh-clone-r.t | |
454 | test-ssh-proto-unbundle.t |
|
457 | test-ssh-proto-unbundle.t | |
455 | test-ssh-proto.t |
|
458 | test-ssh-proto.t | |
|
459 | test-ssh.t | |||
456 | test-sshserver.py |
|
460 | test-sshserver.py | |
457 | test-stack.t |
|
461 | test-stack.t | |
458 | test-status-inprocess.py |
|
462 | test-status-inprocess.py |
@@ -355,7 +355,7 b' class wirepeer(repository.peer):' | |||||
355 | yield {'nodes': wireprototypes.encodelist(nodes)}, f |
|
355 | yield {'nodes': wireprototypes.encodelist(nodes)}, f | |
356 | d = f.value |
|
356 | d = f.value | |
357 | try: |
|
357 | try: | |
358 | yield [bool(int(b)) for b in d] |
|
358 | yield [bool(int(b)) for b in pycompat.iterbytestr(d)] | |
359 | except ValueError: |
|
359 | except ValueError: | |
360 | self._abort(error.ResponseError(_("unexpected response:"), d)) |
|
360 | self._abort(error.ResponseError(_("unexpected response:"), d)) | |
361 |
|
361 |
General Comments 0
You need to be logged in to leave comments.
Login now