changeset 9106:7705d184faa1

keyword: use all caps for 'note:' in help string The diff, export, log, and status commands write it as 'NOTE:'.
author Martin Geisler <mg@lazybytes.net>
date Thu, 09 Jul 2009 22:52:39 +0200
parents 6188f2cc4a37
children 309c1d762e8e
files hgext/keyword.py tests/test-keyword.out
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/keyword.py	Thu Jul 09 22:43:24 2009 +0200
+++ b/hgext/keyword.py	Thu Jul 09 22:52:39 2009 +0200
@@ -45,8 +45,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	Thu Jul 09 22:43:24 2009 +0200
+++ b/tests/test-keyword.out	Thu Jul 09 22:52:39 2009 +0200
@@ -18,8 +18,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".