comparison tests/test-mq.out @ 9291:cd5b6a11b607

minirst: indent literal blocks with two spaces The vast majority* of them are formatted like this in the source, so this basically reverts the output to how it looked before we got the minirst parser. *: the help on templating use four spaces for some examples and will now shown with an indentation of just two spaces.
author Martin Geisler <mg@lazybytes.net>
date Sun, 02 Aug 2009 17:17:17 +0200
parents 4017291c4c48
children b0f447a259ab
comparison
equal deleted inserted replaced
9290:26fb5b0a4424 9291:cd5b6a11b607
8 Known patches are represented as patch files in the .hg/patches directory. 8 Known patches are represented as patch files in the .hg/patches directory.
9 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
15 import existing patch qimport 15 import existing patch qimport
16 16
17 print patch series qseries 17 print patch series qseries
18 print applied patches qapplied 18 print applied patches qapplied
19 print name of top applied patch qtop 19 print name of top applied patch qtop
20 20
21 add known patch to applied stack qpush 21 add known patch to applied stack qpush
22 remove patch from applied stack qpop 22 remove patch from applied stack qpop
23 refresh contents of top applied patch qrefresh 23 refresh contents of top applied patch qrefresh
24 24
25 list of commands: 25 list of commands:
26 26
27 qapplied print the patches already applied 27 qapplied print the patches already applied
28 qclone clone main and patch repository at same time 28 qclone clone main and patch repository at same time
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 manage 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