$Id$keyword extension for Mercurial SCM===================================install-------Either copy hgkw/keyword.py into the hgext directory of yourMercurial installation.Then add the lines:[extensions]hgext.keyword =to your hgrc file.Or run "python setup.py install".See also "pyton setup.py --help".Then add the line:[extensions]keyword = /path/to/hgkw/keyword.pyto your hgrc, where /path/to/ is somewhere in your $PYTHONPATH.first steps and online help---------------------------$ hg keyword help$ hg kwdemotesting-------Copy hgkw/keyword.py into the hgext directory of your Mercurialsource tree. Copy tests/test-keyword, tests/test-keyword.out intothe tests directory of your Mercurial source tree. Change to thatdirectory and run:$ python run-tests.py test-keywordand then keep your fingers crossed ...