changeset 11108:8d0cdeaa12f3

mq: fix test
author Matt Mackall <mpm@selenic.com>
date Fri, 07 May 2010 14:14:41 -0500
parents 9c72c5c094aa
children a2bc2f2d77a9
files tests/test-mq tests/test-mq.out
diffstat 2 files changed, 2 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-mq	Wed May 05 20:53:45 2010 -0500
+++ b/tests/test-mq	Fri May 07 14:14:41 2010 -0500
@@ -170,9 +170,9 @@
 COLUMNS=20 hg qseries --config ui.interactive=true -vs
 hg qpop
 hg qseries -vs
-hg sum
+hg sum | grep mq
 hg qpush
-hg sum
+hg sum | grep mq
 
 echo % qapplied
 hg qapplied
--- a/tests/test-mq.out	Wed May 05 20:53:45 2010 -0500
+++ b/tests/test-mq.out	Fri May 07 14:14:41 2010 -0500
@@ -151,19 +151,9 @@
 now at: test.patch
 0 A test.patch: foo bar
 1 U test2.patch: 
-parent: 2:1d611e5a7244 qbase qtip test.patch tip
- foo bar
-branch: default
-commit: (clean)
-update: (current)
 mq:     1 applied, 1 unapplied
 applying test2.patch
 now at: test2.patch
-parent: 3:333b5cb98635 qtip test2.patch tip
- imported patch test2.patch
-branch: default
-commit: (clean)
-update: (current)
 mq:     2 applied
 % qapplied
 test.patch