Mercurial > hg
changeset 8825:ec33cf8610a9
keyword: concise help title
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 18 Jun 2009 01:21:26 +0100 |
parents | 67ee7587abea |
children | 2aff285b902f |
files | hgext/keyword.py tests/test-keyword.out |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/keyword.py Thu Jun 18 08:18:52 2009 +0200 +++ b/hgext/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.
--- a/tests/test-keyword.out Thu Jun 18 08:18:52 2009 +0200 +++ 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