Submitter | phabricator |
---|---|
Date | Nov. 13, 2017, 11:16 p.m. |
Message ID | <d10fbd612e33b55b54c6a116afa386c4@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25533/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundlerepo.py b/mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py +++ b/mercurial/bundlerepo.py @@ -321,7 +321,7 @@ """Write a temporary file to disk """ fdtemp, temp = self.vfs.mkstemp(prefix="hg-bundle-", - suffix=".hg10un") + suffix=suffix) self.tempfile = temp with os.fdopen(fdtemp, pycompat.sysstr('wb')) as fptemp: