# HG changeset patch # User Matt Mackall # Date 2010-05-07 19:14:41 # Node ID 8d0cdeaa12f33c002b9f11270f78d0023423b06a # Parent 9c72c5c094aace8ed1d5447c0ccec4c01573af33 mq: fix test diff --git a/tests/test-mq b/tests/test-mq --- a/tests/test-mq +++ b/tests/test-mq @@ -170,9 +170,9 @@ COLUMNS=4 hg qseries --config ui.interac 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 diff --git a/tests/test-mq.out b/tests/test-mq.out --- a/tests/test-mq.out +++ b/tests/test-mq.out @@ -151,19 +151,9 @@ popping test2.patch 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