tests/test-mq-guards
changeset 3763 955475d237fc
parent 3685 193e9c6d1a6d
child 4133 a9ee6c53af8d
--- a/tests/test-mq-guards
+++ b/tests/test-mq-guards
@@ -106,4 +106,12 @@ echo % b.patch: +2
 echo % c.patch: unguarded
 hg qguard -l
 
+hg qnew d.patch
+hg qpop
+echo % should show new.patch and b.patch as Guarded, c.patch as Applied
+echo % and d.patch as Unapplied
+hg qseries -v
 
+hg qguard d.patch +2
+echo % new.patch, b.patch: Guarded. c.patch: Applied. d.patch: Guarded.
+hg qseries -v