Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Mon, 03 Aug 2009 11:09:02 +0200
changeset 629 ce4452c11c2f
parent 626 1d512632995b (current diff)
parent 628 cd72d08ba877 (diff)
child 631 ec683ca3ba28
Merge with stable
--- a/tests/test-keyword.out	Sun Jul 26 10:40:59 2009 +0100
+++ b/tests/test-keyword.out	Mon Aug 03 11:09:02 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.