tests/test-mq
changeset 10149 fa7170d6529f
parent 10061 9e2ab10728a2
child 10397 8cb81d75730c
--- a/tests/test-mq	Tue Dec 29 01:32:40 2009 +0100
+++ b/tests/test-mq	Tue Dec 29 16:00:24 2009 +0100
@@ -368,8 +368,9 @@
 git = False
 EOF
 hg qdiff --git
+cd ..
 
-cd ..
+echo % test file addition in slow path
 hg init slow
 cd slow
 hg qinit
@@ -394,7 +395,7 @@
 hg qrefresh
 grep 'diff --git' .hg/patches/bar
 
-echo
+echo % test file move chains in the slow path
 hg up -C 1
 echo >> foo
 hg ci -m 'change foo again'