Mercurial > hg
changeset 9375:b47fa638bfc7
mq: don't mention qtop in module doc string
(qtop was removed in b8dc3eba4f9d)
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 21 Aug 2009 16:58:30 +0200 |
parents | ad73f6986ef5 |
children | 4481ba0957c5 |
files | hgext/mq.py tests/test-mq.out |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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