This is an archive of the discontinued Mercurial Phabricator instance.

cleanobsstore: fix devel-warning
ClosedPublic

Authored by durham on Jul 17 2017, 5:57 AM.
Tags
None
Subscribers
None

Details

Reviewers
simonfar
Group Reviewers
Restricted Project
Commits
rFBHGX858b0fc056b4: cleanobsstore: fix devel-warning
Summary

Upstream now warns when writing a vfs file outside of a lock. For this
particular file, it's safe to write it outside the lock, so let's add it to the
whitelist.

Test Plan

Test now passes

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durham created this revision.Jul 17 2017, 5:57 AM
simonfar accepted this revision.Jul 17 2017, 6:30 AM
This revision is now accepted and ready to land.Jul 17 2017, 6:30 AM
This revision was automatically updated to reflect the committed changes.