>      bundle = None
>      try:  # guards bundle
> -        bundlepath = "bundle:%s+%s" % (op.repo.root, bundlefile)
> +        bundlepath = "bundle:%s+%s" % (op.repo.root,
> +                                       pycompat.fsencode(bundlefile))

It's probably better to handle this by callers because a filename passed
to a Mercurial function should always be bytes.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to