( )⚙ D6217 remotefilelog: correctly reject wdir filenodes

This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: correctly reject wdir filenodes
ClosedPublic

Authored by durin42 on Apr 8 2019, 10:59 AM.

Details

Summary

This fixes hg grep -r 'wdir()' when remotefilelog is enabled and the working
directory contains uncommitted modifications.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Apr 8 2019, 10:59 AM
martinvonz added inline comments.
tests/test-remotefilelog-blame.t
40

dropping the leading + in flight :)

This revision was automatically updated to reflect the committed changes.