Skip to content
Snippets Groups Projects
Commit 4e57fe5c6613 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

py3: use bytes for revset in the exchange helper

parent 61b6baae0374
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@
#
# should be a BaseTestSuite object
currentrev = self.get_asv_rev()
badhttp = "::(6b0275e5f27696226595c114c9bf034519aaad45^)"
badhttp = b"::(6b0275e5f27696226595c114c9bf034519aaad45^)"
if self._matchrevset(badhttp, currentrev):
msg = "http server may hang for %s" % currentrev
raise NotImplementedError(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment