This is an archive of the discontinued Mercurial Phabricator instance.

fsmonitor: access repo.root
ClosedPublic

Authored by indygreg on Nov 2 2019, 6:03 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHGffdf0bf28212: fsmonitor: access repo.root
Summary

There is no repo._root. It looks like fsmonitor has
been busted since this access was introduced in
ab1900323b1 in July 2019!

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

indygreg created this revision.Nov 2 2019, 6:03 PM

@durin42 if you don't want to take this entire series for stable, this patch should be taken because it unborks fsmonitor.

In related news, apparently we don't have meaningful test coverage that watchman integration is actually working, ugh.

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.