comparison tests/test-mq.out @ 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 868670dbc237
children 2ebac2bf7ad5
comparison
equal deleted inserted replaced
8931:4c99eafb101e 8932:f87884329419
1 % help 1 % help
2 mq extension - work with a stack of patches 2 mq extension - manage a stack of patches
3 3
4 This extension lets you work with a stack of patches in a Mercurial 4 This extension lets you work with a stack of patches in a Mercurial
5 repository. It manages two stacks of patches - all known patches, and 5 repository. It manages two stacks of patches - all known patches, and
6 applied patches (subset of known patches). 6 applied patches (subset of known patches).
7 7
51 qunapplied print the patches not yet applied 51 qunapplied print the patches not yet applied
52 strip strip a revision and all its descendants from the repository 52 strip strip a revision and all its descendants from the repository
53 53
54 enabled extensions: 54 enabled extensions:
55 55
56 mq work with a stack of patches 56 mq manage a stack of patches
57 57
58 use "hg -v help mq" to show aliases and global options 58 use "hg -v help mq" to show aliases and global options
59 adding a 59 adding a
60 updating working directory 60 updating working directory
61 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 61 1 files updated, 0 files merged, 0 files removed, 0 files unresolved