This is an archive of the discontinued Mercurial Phabricator instance.

fsmonitor: update to match new dirstate refactor
ClosedPublic

Authored by durham on Oct 4 2017, 8:57 PM.

Details

Summary

The dirstate was refactored so dirstate._map is now at dirstate._map._map. Same
for _copymap, is not _map.copymap. It seems none of the mercurial tests cover
this stuff, but it was caught by our Facebook extension tests.

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

durham created this revision.Oct 4 2017, 8:57 PM
quark accepted this revision.Oct 5 2017, 9:37 PM
yuja requested changes to this revision.Oct 7 2017, 8:51 AM
yuja added a subscriber: yuja.

This patch can't be applied.

This revision now requires changes to proceed.Oct 7 2017, 8:51 AM
durham updated this revision to Diff 2536.Oct 9 2017, 3:48 PM
quark accepted this revision.Oct 10 2017, 3:36 PM
ryanmce accepted this revision.Oct 11 2017, 10:02 AM
ryanmce added a subscriber: ryanmce.

queued

This revision was automatically updated to reflect the committed changes.