yuja added a comment.

  >   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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3612

To: pulkit, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to