comparison mercurial/metadata.py @ 45043:be58fb1eaa73

procutil: make stdout line-buffered on Windows if connected to TTY Windows doesn’t support line buffering. Previously, we worked around that by setting the stream unbuffered. Instead, we can use our own line buffering we already use on Python 3.
author Manuel Jacob <me@manueljacob.de>
date Sat, 04 Jul 2020 11:41:39 +0200
parents 25512a65cefd
children aea6a812f7cb
comparison
equal deleted inserted replaced
45042:c88577199023 45043:be58fb1eaa73