Submitter | phabricator |
---|---|
Date | May 19, 2018, 7:40 p.m. |
Message ID | <10e39555cdd2e0df2284b72c3e8475dc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31735/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/infinitepush/__init__.py b/hgext/infinitepush/__init__.py --- a/hgext/infinitepush/__init__.py +++ b/hgext/infinitepush/__init__.py @@ -1023,7 +1023,8 @@ bundle = None try: # guards bundle - bundlepath = "bundle:%s+%s" % (op.repo.root, bundlefile) + bundlepath = "bundle:%s+%s" % (op.repo.root, + pycompat.fsencode(bundlefile)) bundle = hg.repository(op.repo.ui, bundlepath) bookmark = params.get('bookmark')