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

py3: use byte for revset when looking for renames

parent 0c2a961fc30c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
source: REV
destination: REV
"""
missing_cmd = '::p1(2e9fe9e2671fee0a564ca77e2f3656248163cb51)'
missing_cmd = b'::p1(2e9fe9e2671fee0a564ca77e2f3656248163cb51)'
if self._matchrevset(missing_cmd, self.get_asv_rev()):
raise NotImplementedError("perfpathcopies not available")
......
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