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.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGfabb0224a599: hghave: let OSError with ENOENT through like any other
Diff Detail
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.