Submitter | phabricator |
---|---|
Date | Nov. 12, 2017, 2:52 a.m. |
Message ID | <differential-rev-PHID-DREV-ymaes5xvtif732rjr3rp-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25490/ |
State | Superseded |
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: