diff tests/test-keyword.out @ 9157:9261667e9b82

commands: use minirst parser when displaying help
author Martin Geisler <mg@lazybytes.net>
date Thu, 16 Jul 2009 23:25:26 +0200
parents 561ff8d9e4f0
children cd5b6a11b607
line wrap: on
line diff
--- a/tests/test-keyword.out	Thu Jul 16 23:25:25 2009 +0200
+++ b/tests/test-keyword.out	Thu Jul 16 23:25:26 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.