tests/test-mq
changeset 11064 590b1d6ef50b
parent 10710 47fbbc4845ff
child 11107 9c72c5c094aa
--- a/tests/test-mq	Mon Apr 19 17:41:12 2010 +0900
+++ b/tests/test-mq	Fri Apr 30 15:05:51 2010 +0200
@@ -219,6 +219,19 @@
 hg qpop test2.patch-2
 hg qpush test1b.patch+1
 
+echo % qpush --move
+hg qpop -a
+hg qpush --move test2.patch # move to front
+hg qpush --move test1b.patch
+hg qpush --move test.patch # noop move
+hg qseries -v
+hg qpop -a
+hg qpush --move test.patch # cleaning up
+hg qpush --move test1b.patch
+hg qpush --move bogus # nonexistent patch
+hg qpush --move test.patch # already applied
+hg qpush
+
 echo % pop, qapplied, qunapplied
 hg qseries -v
 echo % qapplied -1 test.patch