[PATCH] progress: use stderr instead of stdin; check stderr.isatty()

Augie Fackler durin42 at gmail.com
Tue Mar 16 14:48:07 CDT 2010


On Mar 16, 2010, at 2:03 PM, Dan Villiom Podlaski Christiansen wrote:

> On 16 Mar 2010, at 19:09, Augie Fackler wrote:
>
>> # HG changeset patch
>> # User Augie Fackler <durin42 at gmail.com>
>> # Date 1268682717 18000
>> # Node ID 11ee2fee2200ae8c0d66b87de46d84399dc128da
>> # Parent  d8d1b56d451916f4da0a82c456ca397565924fcb
>> progress: use stderr instead of stdin; check stderr.isatty()
>
> Should that be ‘stdout’ instead of ‘stdin’?

Yes and no - we're now checking stderr.isatty() instead of  
ui.interactive().

>
> --
>
> Dan Villiom Podlaski Christiansen
> danchr at gmail.com
>



More information about the Mercurial-devel mailing list