# HG changeset patch # User Christian Ebert # Date 1249290542 -7200 # Node ID ce4452c11c2fd69dfa6a36ece33032b751f711e2 # Parent 1d512632995b6d4c5c35860115fb465d30a09e17# Parent cd72d08ba8778c25afa104797db499f2580bad16 Merge with stable diff -r 1d512632995b -r ce4452c11c2f tests/test-keyword.out --- 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.