Show More
@@ -321,7 +321,7 class bundlerepository(localrepo.localre | |||
|
321 | 321 | """Write a temporary file to disk |
|
322 | 322 | """ |
|
323 | 323 | fdtemp, temp = self.vfs.mkstemp(prefix="hg-bundle-", |
|
324 |
suffix= |
|
|
324 | suffix=suffix) | |
|
325 | 325 | self.tempfile = temp |
|
326 | 326 | |
|
327 | 327 | with os.fdopen(fdtemp, pycompat.sysstr('wb')) as fptemp: |
General Comments 0
You need to be logged in to leave comments.
Login now