mercurial/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 30 Aug 2014 17:38:14 +0200
changeset 23030 a0e0aa12b672
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
util.system: avoid buffering of subprocess output when it is piped util.system() copies subprocess' output through pipe if output file is not stdout. Because a file iterator has internal buffering, output won't be flushed until enough data is available. Therefore, it could easily miss important messages such as "waiting for lock".
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: