[darcs-users] Re: darcs what output to pipes

Csaba Henk dzsekijo at creo.hu
Wed Mar 30 21:06:30 UTC 2005


Andrew Cowie <andrew <at> operationaldynamics.com> writes:

> So
> 
> 	darcs what | less -R
> 
> is what I want to do... but is there a way I can tell darcs to not strip
> the colour codes in pipes? 

What you can do right now is the following workaround. Run darcs as

   python -c 'import pty; pty.spawn(("darcs", "whatsnew"))'

Csaba






More information about the darcs-users mailing list