mq: don't mention qtop in module doc string
authorMartin Geisler <mg@lazybytes.net>
Fri, 21 Aug 2009 16:58:30 +0200
changeset 9375 b47fa638bfc7
parent 9374 ad73f6986ef5
child 9377 4481ba0957c5
mq: don't mention qtop in module doc string (qtop was removed in b8dc3eba4f9d)
hgext/mq.py
tests/test-mq.out
--- a/hgext/mq.py	Fri Aug 21 14:29:54 2009 +0200
+++ b/hgext/mq.py	Fri Aug 21 16:58:30 2009 +0200
@@ -22,7 +22,6 @@
 
   print patch series                        qseries
   print applied patches                     qapplied
-  print name of top applied patch           qtop
 
   add known patch to applied stack          qpush
   remove patch from applied stack           qpop
--- a/tests/test-mq.out	Fri Aug 21 14:29:54 2009 +0200
+++ b/tests/test-mq.out	Fri Aug 21 16:58:30 2009 +0200
@@ -16,7 +16,6 @@
 
   print patch series                        qseries
   print applied patches                     qapplied
-  print name of top applied patch           qtop
 
   add known patch to applied stack          qpush
   remove patch from applied stack           qpop