diff 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
line wrap: on
line diff
--- a/tests/test-mq.out	Sun Aug 02 16:34:25 2009 +0200
+++ b/tests/test-mq.out	Sun Aug 02 17:17:17 2009 +0200
@@ -10,17 +10,17 @@
 
 Common tasks (use "hg help command" for more details):
 
-prepare repository to work with patches   qinit
-create new patch                          qnew
-import existing patch                     qimport
+  prepare repository to work with patches   qinit
+  create new patch                          qnew
+  import existing patch                     qimport
 
-print patch series                        qseries
-print applied patches                     qapplied
-print name of top applied patch           qtop
+  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
-refresh contents of top applied patch     qrefresh
+  add known patch to applied stack          qpush
+  remove patch from applied stack           qpop
+  refresh contents of top applied patch     qrefresh
 
 list of commands:
 
@@ -53,7 +53,7 @@
 
 enabled extensions:
 
- mq   manage a stack of patches
+   mq   manage a stack of patches
 
 use "hg -v help mq" to show aliases and global options
 adding a