Print progress message to stderr, not stdout
authorKarl Hasselström <kha@treskal.com>
Thu, 16 Nov 2006 19:45:28 +0000 (19:45 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 16 Nov 2006 19:45:28 +0000 (19:45 +0000)
commitba9c6dc51c6dc0dca67944bf859802389bcaba9b
tree6be4c4c105fc75cb020806bd3cc8ef95d97dee57
parent6f6d039f0cfb7470d11f77cacb8612b1b4ed40d1
Print progress message to stderr, not stdout

Printing progress messages to stdout causes them to get mixed up with
the actual output of the program. Using stderr is much better, since
the user can then redirect the two components separately.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/git.py