# HG changeset patch
# User Christian Ebert <blacktrash@gmx.net>
# Date 1245284486 -3600
# Node ID 1dc66cff9dd55b4cec1e7dae1ff8d02d0cc6d627
# Parent  b9b551e18502c1d9d726d7df5003caefc2f29fef
Concise help title

diff -r b9b551e18502 -r 1dc66cff9dd5 hgkw/keyword.py
--- a/hgkw/keyword.py	Mon Jun 15 11:10:15 2009 +0100
+++ b/hgkw/keyword.py	Thu Jun 18 01:21:26 2009 +0100
@@ -32,7 +32,7 @@
 #
 # Run "hg help keyword" and "hg kwdemo" to get info on configuration.
 
-'''keyword expansion in local repositories
+'''keyword expansion in tracked files
 
 This extension expands RCS/CVS-like or self-customized $Keywords$ in
 tracked text files selected by your configuration.
diff -r b9b551e18502 -r 1dc66cff9dd5 tests/test-keyword.out
--- a/tests/test-keyword.out	Mon Jun 15 11:10:15 2009 +0100
+++ b/tests/test-keyword.out	Thu Jun 18 01:21:26 2009 +0100
@@ -1,5 +1,5 @@
 % help
-keyword extension - keyword expansion in local repositories
+keyword extension - keyword expansion in tracked files
 
 This extension expands RCS/CVS-like or self-customized $Keywords$ in
 tracked text files selected by your configuration.
@@ -55,7 +55,7 @@
 
 enabled extensions:
 
- keyword   keyword expansion in local repositories
+ keyword   keyword expansion in tracked files
  mq        patch management and development
  notify    hook extension to email notifications on commits/pushes