# HG changeset patch # User Martin Geisler # Date 1249226237 -7200 # Node ID 451b9cd81c71f45df3077de0667fb56dd9b89a5e # Parent b17b1cf1341af8637bad050a44955ba569b0c335 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 ] diff -r b17b1cf1341a -r 451b9cd81c71 tests/test-keyword.out --- 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