# HG changeset patch # User Christian Ebert # Date 1246111158 -7200 # Node ID 1475f23ba334b50bd51769f341c643a834a95484 # Parent ee684f9da1125c67e88bf15fd999c75e53f96825# Parent 23da65f04361b66a43ae59c8411c7c0cc0649364 Merge with stable diff -r ee684f9da112 -r 1475f23ba334 hgkw/keyword.py --- a/hgkw/keyword.py Sat Jun 27 15:50:52 2009 +0200 +++ b/hgkw/keyword.py Sat Jun 27 15:59:18 2009 +0200 @@ -368,7 +368,7 @@ execution by including only filenames that are actual candidates for expansion. - Use "hg kwfiles -u" to display untracked filenames as well. + Use -u/--untracked to display untracked filenames as well. ''' kwt = kwtools['templater'] status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts)