##// END OF EJS Templates
hook: move stdio redirection to context manager...
hook: move stdio redirection to context manager The old code was checking stdio redirection in a loop. This didn't make sense. The pattern is better expressed as a context manager IMO, so this commit refactors it to be one. Differential Revision: https://phab.mercurial-scm.org/D8338

File last commit:

r16438:28a90cdf default
r45140:3cbbfd0b default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer