##// END OF EJS Templates
procutil: use unbuffered stdout on Windows...
procutil: use unbuffered stdout on Windows Windows doesn't support line buffering, treating it as fully buffered. This causes output of slow commands to stutter. We use unbuffered instead.

File last commit:

r33584:b2c27d84 stable
r38722:0b63a674 4.6.2 stable
Show More
.arcconfig
6 lines | 148 B | text/plain | TextLexer
{
"conduit_uri": "https://phab.mercurial-scm.org/api",
"repository.callsign": "HG",
"arc.land.onto.default": "@",
"base": "hg:.^"
}