Don't fail just because a subprocess wrote stuff to stderr
authorKarl Hasselström <kha@treskal.com>
Wed, 29 Aug 2007 12:24:15 +0000 (14:24 +0200)
committerKarl Hasselström <kha@treskal.com>
Fri, 31 Aug 2007 06:54:50 +0000 (08:54 +0200)
commitf5a9f89f783c75bccd1ddb68c7b63ad57539d5b6
tree8e60b2aba7c41cc094ba6e32f2f2ea3362a4be65
parent8ea5a4e2f42e2ab2c92c2f75e90ee5f552b48364
Don't fail just because a subprocess wrote stuff to stderr

Instead, pass the message on to the user and assume the subprocess was
successful. We need to do this since some git commands print warnings
on stderr even though they succeed.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/run.py