diff tests/test-commandserver.py.out @ 14889:a59058fd074a stable

hooks: redirect stdout/err/in to the ui descriptors when calling python hooks We need to make sure that python hooks I/O goes through the ui descriptors so it doesn't mess the command server protocol.
author Idan Kamara <idankk86@gmail.com>
date Sat, 09 Jul 2011 19:06:59 +0300
parents bb2cffe81a94
children b4c06b97dfe0
line wrap: on
line diff
--- a/tests/test-commandserver.py.out	Fri Jul 15 20:07:19 2011 +0200
+++ b/tests/test-commandserver.py.out	Sat Jul 09 19:06:59 2011 +0300
@@ -49,3 +49,6 @@
 defaults.commit=-d "0 0"
 defaults.tag=-d "0 0"
 ui.slash=True
+hook talking
+now try to read something: 'some input'
+eff892de26ec tip