Python 3 has more random characters in the default template, which is fine.
Details
Details
- Reviewers
pulkit yuja - Group Reviewers
hg-reviewers - Commits
- rHGccc2d5f10421: tests: stop over-specifying tempfile name
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm -0 on this. I'd prefer to change the temp file code to be consistent between Python versions. Preferably standardizing on the Python 3 version.
Comment Actions
It looks like these are coming from filemerge._maketempfiles, which is using tempfile.mkstemp(). I don't see a way to influence the number of wildcard characters there.