(0.9.2compat) use all caps NOTE: in help string 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Fri, 10 Jul 2009 12:37:34 +0200
branch0.9.2compat
changeset 615 36de1c074e13
parent 613 cae62580bea3
child 616 0b02f86cfb89
(0.9.2compat) use all caps NOTE: in help string
hgkw/keyword.py
tests/test-keyword.out
--- 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".
--- 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.