Bzr 1.7 Windows issues - seen before?

Kuno Meyer kuno.meyer at gmx.ch
Wed Oct 1 22:46:19 BST 2008


Doug Lee <dgl <at> dlee.org> writes:

> and since it's sent to STDERR and cmd doesn't allow redirection of
> that, I didn't get a screen shot of it all.

At least on my machine (Vista, but XP should work too), STDERR can be redirected
with '>2':

    python -c "import sys; sys.stderr.write('hi\n')" 2> dump.txt


Kuno




More information about the bazaar mailing list