summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2009-04-21 10:00:16 -0700
committerWink Saville <wink@google.com>2009-04-21 10:00:16 -0700
commitef9ce1d0a556211687cec6a782de366407255f41 (patch)
tree6227c6102e0bd412ffc5ac6c5ef4033d6bc0e293
parent05f66b6836ffa4a0a309a4909cb3f8c4a7351727 (diff)
downloadgit-repo-ef9ce1d0a556211687cec6a782de366407255f41.tar.gz
Change -p command to use stdout instead of stderr.
-rw-r--r--subcmds/forall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index 478b3c76..8d701a6c 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -145,7 +145,7 @@ terminal and are not redirected.
145 145
146 mirror = self.manifest.IsMirror 146 mirror = self.manifest.IsMirror
147 out = ForallColoring(self.manifest.manifestProject.config) 147 out = ForallColoring(self.manifest.manifestProject.config)
148 out.redirect(sys.stderr) 148 out.redirect(sys.stdout)
149 149
150 rc = 0 150 rc = 0
151 first = True 151 first = True