This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: add backup files to vfs warning bypass
ClosedPublic

Authored by durham on Jul 14 2017, 6:00 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX43f6a8e97e8d: infinitepush: add backup files to vfs warning bypass
Summary

Upstream has added devel warnings when writing store files outside of a lock.
Certain files allow this though and there's a whitelist of which files are
allowed. Since backups happen behind the scenes and use their own lock, it's
safe to add our files to that list.

Test Plan

Ran the tests against latest upstream hg. They now pass.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Branch
treeonly (bookmark) on default (branch)
Lint
Lint OK
Unit
Unit Test Errors

Event Timeline

durham created this revision.Jul 14 2017, 6:00 PM
quark accepted this revision.Jul 14 2017, 6:04 PM
This revision is now accepted and ready to land.Jul 14 2017, 6:04 PM
This revision was automatically updated to reflect the committed changes.