changeset 22562 | 2d85e664c377 |
parent 22561 | 1120b1e2f975 |
child 22563 | 8cc5e673cac0 |
--- a/mercurial/commandserver.py Sat Sep 27 12:15:01 2014 +0900 +++ b/mercurial/commandserver.py Sat Sep 27 12:27:03 2014 +0900 @@ -153,7 +153,7 @@ self.repo = self.repoui = None if mode == 'pipe': - self.cerr = channeledoutput(sys.stderr, sys.stdout, 'e') + self.cerr = channeledoutput(sys.stdout, sys.stdout, 'e') self.cout = channeledoutput(sys.stdout, sys.stdout, 'o') self.cin = channeledinput(sys.stdin, sys.stdout, 'I') self.cresult = channeledoutput(sys.stdout, sys.stdout, 'r')