Mercurial > hg
diff tests/test-import-unknown.t @ 29428:247ea0dfdb94
chgserver: do not ignore SIGPIPE if pager is used
We rely on SIGPIPE to exit when the pager exits. And Python ignores SIGPIPE
by default. Explicitly set SIGPIPE handler to SIG_DFL (terminate) just like
pager.py.
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 24 Jun 2016 17:06:41 +0100 |
parents | f2719b387380 |
children | 6a454e7053a1 |