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
Checking pipeline status
Loading
Please register or sign in to comment