D288: bundlerepo: move temp bundle creation to a separate function
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Tue Aug 15 01:40:38 UTC 2017
indygreg requested changes to this revision.
indygreg added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> bundlerepo.py:325-326
> +
> + This is closure because we need to make sure this tracked by
> + self.tempfile for cleanup purposes."""
> + fdtemp, temp = self.vfs.mkstemp(prefix="hg-bundle-",
Please update this to reflect that it is no longer a closure.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D288
To: durham, #hg-reviewers, indygreg
Cc: indygreg, lothiraldan, mercurial-devel
More information about the Mercurial-devel
mailing list