tests/test-mq.out
changeset 9439 f2acc0c00bec
parent 9365 b8dc3eba4f9d
child 9440 cd67bfcfabbe
--- a/tests/test-mq.out	Wed Aug 19 12:51:07 2009 +0200
+++ b/tests/test-mq.out	Mon Sep 14 16:39:24 2009 -0500
@@ -37,7 +37,9 @@
  qimport      import a patch
  qinit        init a new queue repository
  qnew         create a new patch
+ qnext        print the name of the next patch
  qpop         pop the current patch off the stack
+ qprev        print the name of the previous patch
  qpush        push the next patch onto the stack
  qrefresh     update the current patch
  qrename      rename a patch
@@ -45,6 +47,7 @@
  qsave        save current queue state
  qselect      set or print guarded patches to push
  qseries      print the entire series file
+ qtop         print the name of the current patch
  qunapplied   print the patches not yet applied
  strip        strip a revision and all its descendants from the repository
 
@@ -141,6 +144,8 @@
 % qapplied
 test.patch
 test2.patch
+% qtop
+test2.patch
 % prev
 test.patch
 % next