(stable) merge stable
authorChristian Ebert <blacktrash@gmx.net>
Thu, 18 Jun 2009 12:43:19 +0100
branchstable
changeset 580 a5db6cec7863
parent 577 0cdbdf79d5e9 (current diff)
parent 579 1dc66cff9dd5 (diff)
child 582 9ce1481a6c3f
(stable) merge
--- a/hgkw/keyword.py	Mon Jun 15 00:03:26 2009 +0200
+++ b/hgkw/keyword.py	Thu Jun 18 12:43:19 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.
--- a/tests/test-keyword.out	Mon Jun 15 00:03:26 2009 +0200
+++ b/tests/test-keyword.out	Thu Jun 18 12:43:19 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