# HG changeset patch # User Christian Ebert # Date 1246199003 -7200 # Node ID 7672d8e13d0d7e2a64fca6195a303e74d515cb55 # Parent 4b8d8f194e2954ff428c8ef89186a21bff43de32 keyword: improve help for kwfiles - just use "files" instead of "filenames" (analogous to "hg status -h") - reference the extension help wrt pattern configuration Kudos to timeless for helpful suggestions. diff -r 4b8d8f194e29 -r 7672d8e13d0d hgext/keyword.py --- a/hgext/keyword.py Sun Jun 28 16:11:27 2009 +0200 +++ b/hgext/keyword.py Sun Jun 28 16:23:23 2009 +0200 @@ -359,16 +359,19 @@ _kwfwrite(ui, repo, True, *pats, **opts) def files(ui, repo, *pats, **opts): - '''print filenames configured for keyword expansion + '''show files configured for keyword expansion - Check which filenames in the working directory are matched by the + List which files in the working directory are matched by the [keyword] configuration patterns. Useful to prevent inadvertent keyword expansion and to speed up - execution by including only filenames that are actual candidates + execution by including only files that are actual candidates for expansion. - Use -u/--untracked to display untracked filenames as well. + See "hg help keyword" on how to construct patterns both for + inclusion and exclusion of files. + + Use -u/--untracked to list untracked files as well. With -a/--all and -v/--verbose the codes used to show the status of files are: diff -r 4b8d8f194e29 -r 7672d8e13d0d tests/test-keyword.out --- a/tests/test-keyword.out Sun Jun 28 16:11:27 2009 +0200 +++ b/tests/test-keyword.out Sun Jun 28 16:23:23 2009 +0200 @@ -50,7 +50,7 @@ kwdemo print [keywordmaps] configuration and an expansion example kwexpand expand keywords in the working directory - kwfiles print filenames configured for keyword expansion + kwfiles show files configured for keyword expansion kwshrink revert expanded keywords in the working directory enabled extensions: