# HG changeset patch
# User Christian Ebert <blacktrash@gmx.net>
# Date 1247222254 -7200
# Node ID 36de1c074e13fe347cb7bc6b9b6c9f42fae20925
# Parent  cae62580bea35923d3683b9260849168c761897b
(0.9.2compat) use all caps NOTE: in help string

diff -r cae62580bea3 -r 36de1c074e13 hgkw/keyword.py
--- a/hgkw/keyword.py	Fri Jul 10 01:52:11 2009 +0200
+++ b/hgkw/keyword.py	Fri Jul 10 12:37:34 2009 +0200
@@ -53,8 +53,8 @@
     **.py =
     x*    = ignore
 
-Note: the more specific you are in your filename patterns the less you lose
-      speed in huge repositories.
+NOTE: the more specific you are in your filename patterns the less you lose
+speed in huge repositories.
 
 For [keywordmaps] template mapping and expansion demonstration and control run
 "hg kwdemo".
diff -r cae62580bea3 -r 36de1c074e13 tests/test-keyword.out
--- a/tests/test-keyword.out	Fri Jul 10 01:52:11 2009 +0200
+++ b/tests/test-keyword.out	Fri Jul 10 12:37:34 2009 +0200
@@ -12,8 +12,8 @@
     # 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.
+NOTE: the more specific you are in your filename patterns the less you lose
+speed in huge repositories.
 For [keywordmaps] template mapping and expansion demonstration and control run
 "hg kwdemo".
 An additional date template filter {date|utcdate} is provided.