Skip to content
Snippets Groups Projects
Commit 7f69f2b216b7 authored by Georges Racinet's avatar Georges Racinet
Browse files

pull-force-topic: fixed py3 compat issue

Closes heptapod#292

    File "mercurial/bundlerepo.py", line 481, in makebundlerepository
      url = b'bundle:%s+%s' % (util.expandpath(repopath), bundlepath)
  TypeError: %b requires a bytes-like object, or an object that
             implements __bytes__, not 'str'

Not detected by test because `makebundlerepository()` is called
only for non-local repositories.
parent e2bfd8d4a9ea
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
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