comparison .editorconfig @ 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 1d6066336d7b
children c25efc468a49
comparison
equal deleted inserted replaced
44651:00e0c5c06ed5 44652:3cbbfd0bfc17