This is an archive of the discontinued Mercurial Phabricator instance.

extutil: replace fcntllock with flock
ClosedPublic

Authored by durham on Nov 30 2017, 6:32 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX3f89329bdb9b: extutil: replace fcntllock with flock
Summary

The flock function supports windows and is cleaner. Let's delete the fcntllock
class and migrate consumers to the flock function.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durham created this revision.Nov 30 2017, 6:32 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 30 2017, 6:32 PM
quark accepted this revision.Nov 30 2017, 6:38 PM
This revision is now accepted and ready to land.Nov 30 2017, 6:38 PM
This revision was automatically updated to reflect the committed changes.