README
changeset 562 b1aa7b64890b
parent 561 efeb09cb3760
child 886 a8ae86023c67
--- a/README	Sun Jun 07 18:59:18 2009 +0200
+++ b/README	Sun Jun 07 19:07:29 2009 +0200
@@ -12,16 +12,7 @@
 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:
 
@@ -41,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