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.
[ original upstream message ]
--- a/tests/test-keyword.out Sun Jul 26 01:53:06 2009 +0200
+++ b/tests/test-keyword.out Sun Aug 02 17:17:17 2009 +0200
@@ -13,10 +13,10 @@
Example:
-[keyword]
-# expand keywords in every python file except those matching "x*"
-**.py =
-x* = ignore
+ [keyword]
+ # expand keywords in every python file except those matching "x*"
+ **.py =
+ x* = ignore
NOTE: the more specific you are in your filename patterns the less you lose
speed in huge repositories.
@@ -54,9 +54,9 @@
enabled extensions:
- keyword expand keywords in tracked files
- mq manage a stack of patches
- notify hooks for sending email notifications at commit/push time
+ keyword expand keywords in tracked files
+ mq manage a stack of patches
+ notify hooks for sending email notifications at commit/push time
use "hg -v help keyword" to show aliases and global options
% hg kwdemo