This is an archive of the discontinued Mercurial Phabricator instance.
Authored by
quark on Sep 1 2017, 8:29 PM.
- 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
quark created this revision.
yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.
quark edited edge metadata.
quark retitled this revision from
nlink: use a random temp file name for checking to
checknlink: use a random temp file name for checking.
This revision is now accepted and ready to land.
This revision was automatically updated to reflect the committed changes.
quark added inline comments.
mkstemp() may raise OSError, which should be caught as before.