This is an archive of the discontinued Mercurial Phabricator instance.

hghave: let OSError with ENOENT through like any other
ClosedPublic

Authored by martinvonz on Jan 18 2019, 2:08 AM.

Details

Summary

Before this patch, if we get an OSError with ENOENT, we would not
re-raise it and would instead run into an undefined variable ("p")
soon thereafter.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Jan 18 2019, 2:08 AM
This revision was automatically updated to reflect the committed changes.