# HG changeset patch # User Patrick Mezard # Date 1178468365 -7200 # Node ID 8369672060b5e528e587c2b1a136966e61d8e184 # Parent 249e2603324cd53e9bf2910a9ce61af108b77834 Test qtop breaking when series ends with guarded patches. diff -r 249e2603324c -r 8369672060b5 tests/test-mq-guards --- a/tests/test-mq-guards Thu May 03 17:26:21 2007 -0500 +++ b/tests/test-mq-guards Sun May 06 18:19:25 2007 +0200 @@ -54,6 +54,8 @@ echo % should skip c.patch hg qpush -a +echo % should display b.patch +hg qtop hg qguard -n c.patch echo % should push c.patch diff -r 249e2603324c -r 8369672060b5 tests/test-mq-guards.out --- a/tests/test-mq-guards.out Thu May 03 17:26:21 2007 -0500 +++ b/tests/test-mq-guards.out Sun May 06 18:19:25 2007 +0200 @@ -25,6 +25,8 @@ applying b.patch skipping c.patch - guarded by '-a' Now at: b.patch +% should display b.patch +b.patch % should push c.patch applying c.patch Now at: c.patch