# HG changeset patch # User Steve Losh # Date 1254709533 14400 # Node ID 60a287538a94b18cfd8ee9a2e9d0d4a51f1b41e6 # Parent 6d90ef24306922f91f096e5ec1e9b84b682bc04e Add a sparse README. diff -r 6d90ef243069 -r 60a287538a94 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Oct 04 22:25:33 2009 -0400 @@ -0,0 +1,39 @@ +-*- markdown -*- + +This is a work in progress. I wouldn't try it out on anything important... + +Installing +========== + +Get it: + + hg clone http://bitbucket.org/sjl/hg-review/ + +Add it to `~/.hgrc`: + + [extensions] + review = [path to]/hg-review/review/ + +Unit Tests +========== + +The unit tests require nose: + + pip install nose + +Don't have pip? Get it. But if you *really* want to `easy_install`... + + easy_install nose + +Run the unit tests: + + cd [path to]/hg-review + nosetests + +Progress +======== + +Take a look at the list of tests to see what I've got working so far: + + cd [path to]/hg-review + nosetests -v