This is an archive of the discontinued Mercurial Phabricator instance.

vfs: add NotImplementedError version of join
ClosedPublic

Authored by durin42 on Nov 6 2019, 5:56 PM.

Details

Summary

Again, this helps out pytype.

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

durin42 created this revision.Nov 6 2019, 5:56 PM
indygreg accepted this revision.Nov 7 2019, 3:06 AM
This revision is now accepted and ready to land.Nov 7 2019, 3:06 AM
This revision was automatically updated to reflect the committed changes.

I guess you meant s/NotImplementedError/abstractvfs/ in the commit message of this patch (and maybe on the parent patch as well)