This fixes the bug described in the parent commit.
test-transaction-rollback-on-sigpipe.t is updated to show the new
behavior.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGb3e8d8e4a40d: hook: ignore EPIPE when flushing stdout/stderr
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.
Event Timeline
mercurial/hook.py | ||
---|---|---|
266 | unrelated change |
Comment Actions
The test case fails on both py2 and py3 for me. This CI pipeline agrees that it's failing: https://foss.heptapod.net/octobus/mercurial-devel/-/pipelines/11695. Can you send a fix?
Comment Actions
I've pushed a commit that I believe should fix this problem: https://phab.mercurial-scm.org/D9239
mercurial/hook.py | ||
---|---|---|
266 | Thanks, reverted that. |
unrelated change