# HG changeset patch # User Matt Mackall # Date 1273259681 18000 # Node ID 8d0cdeaa12f33c002b9f11270f78d0023423b06a # Parent 9c72c5c094aace8ed1d5447c0ccec4c01573af33 mq: fix test diff -r 9c72c5c094aa -r 8d0cdeaa12f3 tests/test-mq --- 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 diff -r 9c72c5c094aa -r 8d0cdeaa12f3 tests/test-mq.out --- 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