tests/test-mq-guards
changeset 11819 1c00577b0298
parent 11141 df5d1d571d27
--- a/tests/test-mq-guards	Wed Aug 11 20:16:22 2010 +0800
+++ b/tests/test-mq-guards	Thu Aug 05 12:25:53 2010 +0200
@@ -97,11 +97,16 @@
 
 hg qguard -- a.patch +1 +2 -3
 hg qselect 1 2 3
+
 echo % list patches and guards
 hg qguard -l
+echo % have at least one patch applied to test coloring
+hg qpush
 echo % list patches and guards with color
 hg --config extensions.color= qguard --config color.mode=ansi \
     -l --color=always
+echo % should pop b.patch
+hg qpop
 echo % list series
 hg qseries -v
 echo % list guards