diff -r 353fad43ad99 -r 3f3c9472c0b6 README --- a/README Sun Jun 07 19:15:09 2009 +0200 +++ b/README Sun Jun 07 19:18:59 2009 +0200 @@ -3,19 +3,16 @@ keyword extension for Mercurial SCM =================================== +CAVEAT: Please use the keyword extension distributed with +Mercurial > 1.0.2! +For Mercurial 0.9.2 to 1.0.2 install the 0.9.2compat branch. + +The default and stable branches are meant for development. + install ------- -Either copy hgkw/keyword.py into the hgext directory of your -Mercurial installation. -Then add the lines: - -[extensions] -hgext.keyword = - -to your hgrc file. - -Or run "python setup.py install". +Run "python setup.py install". See also "pyton setup.py --help". Then add the line: @@ -35,11 +32,5 @@ testing ------- -Copy hgkw/keyword.py into the hgext directory of your Mercurial -source tree. Copy tests/test-keyword, tests/test-keyword.out into -the tests directory of your Mercurial source tree. Change to that -directory and run: - -$ python run-tests.py test-keyword - -and then keep your fingers crossed ... +$ cd tests +$ python run-tests.py --with-hg=/path/to/hg test-keyword