Do not use stdout instead of stderr
authorCatalin Marinas <catalin.marinas@gmail.com>
Sun, 18 Oct 2009 22:04:50 +0000 (23:04 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sun, 18 Oct 2009 22:04:50 +0000 (23:04 +0100)
commite27cf297f92b3714e89b51f60335dabe4a661f8e
tree10ebdfd31349f5fc1d2091cdada03c5467bee7e8
parenta1c48461f23a99e16df27a777f6ae8833fb23365
Do not use stdout instead of stderr

The MessagePrinter constructor redirects stderr to stdout if the output
is not a file. This makes it difficult for tools needing to filter the
error output (like Documentation/Makefile building the COMMANDS
variable).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/out.py