Mercurial > hg
comparison tests/test-mq-guards.t @ 44652:3cbbfd0bfc17
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
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 29 Mar 2020 11:58:50 -0700 |
parents | a387b0390082 |
children | 55c6ebd11cb9 |
comparison
equal
deleted
inserted
replaced
44651:00e0c5c06ed5 | 44652:3cbbfd0bfc17 |
---|