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
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

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