Mercurial > evolve
changeset 926:14d91c36f88b stable
README: document how to run the tests
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Tue, 15 Apr 2014 14:06:20 -0400 |
parents | 89b50258ad33 |
children | 154510dc4318 |
files | README |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README Sat May 03 03:46:21 2014 +0530 +++ b/README Tue Apr 15 14:06:20 2014 -0400 @@ -29,7 +29,12 @@ ========== The simplest way to contribute is to issue a pull request on Bitbucket -(https://bitbucket.org/marmoute/mutable-history). +(https://bitbucket.org/marmoute/mutable-history). Please don't forget +to update and run the tests when you fix a bug or add a feature. To +run the tests: + + cd tests + python run-tests.py --with-hg=/path/to/hg However, some cutting-edge changes may be found in a mutable repository hosted by logilab before they are published.