[bug] commands output inconsistence
Alexander Belchenko
bialix at ukr.net
Wed Jul 26 14:50:30 BST 2006
John Arbash Meinel пишет:
> So in general, stuff that is actual data goes to stdout, and stuff that
> is just informative messages to the user goes to stderr.
>
> 'bzr commit' is only user informative stuff.
>
> You *can* capture both with:
>
> bzr commit -m 'foo' >foo 2>&1
Thanks. All the time I forgot this mantra.
It's work good. And looks like a reasonable
workaround.
--
Alexander
More information about the bazaar
mailing list