tests/test-push-http.t
changeset 12743 4c4aeaab2339
parent 12643 d08bb64888bc
child 13404 31a256ffe9e5
--- a/tests/test-push-http.t	Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-push-http.t	Sat Oct 16 18:09:01 2010 +0200
@@ -13,12 +13,12 @@
   $ echo a >> a
   $ hg ci -mb
   $ req() {
-  > 	hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
-  > 	cat hg.pid >> $DAEMON_PIDS
-  > 	hg --cwd ../test2 push http://localhost:$HGPORT/
-  > 	kill `cat hg.pid`
-  > 	echo % serve errors
-  > 	cat errors.log
+  >     hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
+  >     cat hg.pid >> $DAEMON_PIDS
+  >     hg --cwd ../test2 push http://localhost:$HGPORT/
+  >     kill `cat hg.pid`
+  >     echo % serve errors
+  >     cat errors.log
   > }
   $ cd ../test