# HG changeset patch # User Christian Ebert # Date 1246110652 -7200 # Node ID ee684f9da1125c67e88bf15fd999c75e53f96825 # Parent 527257649f2050ee7d49c4a837561c4a89c1a346 Improve help for kwfiles diff -r 527257649f20 -r ee684f9da112 hgkw/keyword.py --- a/hgkw/keyword.py Thu Jun 25 11:58:30 2009 +0200 +++ b/hgkw/keyword.py Sat Jun 27 15:50:52 2009 +0200 @@ -359,11 +359,16 @@ _kwfwrite(ui, repo, True, *pats, **opts) def files(ui, repo, *pats, **opts): - '''print files currently configured for keyword expansion + '''print filenames configured for keyword expansion + + Check which filenames in the working directory are matched by the + [keyword] configuration patterns. - Crosscheck which files in working directory are potential targets - for keyword expansion. That is, files matched by [keyword] config - patterns but not symlinks. + Useful to prevent inadvertent keyword expansion and to speed up + execution by including only filenames that are actual candidates + for expansion. + + Use "hg kwfiles -u" to display untracked filenames as well. ''' kwt = kwtools['templater'] status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts) diff -r 527257649f20 -r ee684f9da112 tests/test-keyword.out --- a/tests/test-keyword.out Thu Jun 25 11:58:30 2009 +0200 +++ b/tests/test-keyword.out Sat Jun 27 15:50:52 2009 +0200 @@ -50,7 +50,7 @@ kwdemo print [keywordmaps] configuration and an expansion example kwexpand expand keywords in the working directory - kwfiles print files currently configured for keyword expansion + kwfiles print filenames configured for keyword expansion kwshrink revert expanded keywords in the working directory enabled extensions: