comparison tests/test-mq.out @ 9067:2ebac2bf7ad5

mq: wrapped docstrings at 78 characters
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Jul 2009 23:54:42 +0200
parents f87884329419
children 561ff8d9e4f0
comparison
equal deleted inserted replaced
9066:11b111e9acd3 9067:2ebac2bf7ad5
1 % help 1 % help
2 mq extension - manage 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 applied
6 applied patches (subset of known patches). 6 patches (subset of known patches).
7 7
8 Known patches are represented as patch files in the .hg/patches 8 Known patches are represented as patch files in the .hg/patches directory.
9 directory. Applied patches are both patch files and changesets. 9 Applied patches are both patch files and changesets.
10 10
11 Common tasks (use "hg help command" for more details): 11 Common tasks (use "hg help command" for more details):
12 12
13 prepare repository to work with patches qinit 13 prepare repository to work with patches qinit
14 create new patch qnew 14 create new patch qnew