comparison mercurial/linelog.py @ 44033:4e0a6d157910 stable

progress: flush stderr after clearing On python3, ui.stderr is buffered, it seems, so we need to flush it to actually get the progress bar off the screen. This is important since ui.write() will call into progbar.clear() if it thinks there's a progress bar on the screen, with the intent that the next thing it outputs is at the beginning of the line (instead of at the end of the progress bar line). Without the flush, we buffer up the clearing of the screen, and we get some really weird/corrupt output. Differential Revision: https://phab.mercurial-scm.org/D7784
author Kyle Lippincott <spectral@google.com>
date Thu, 02 Jan 2020 17:27:37 -0800
parents 687b865b95ad
children acc4047c2194
comparison
equal deleted inserted replaced
44015:7ca8aa8840c0 44033:4e0a6d157910