# HG changeset patch # User Steve Losh # Date 1267573182 18000 # Node ID 23930691ebe7cdda39e925f4736cba9d3413a43d # Parent 27419e0c5cfe5935786f02805c825a8450187e7a Update some README formatting. diff -r 27419e0c5cfe -r 23930691ebe7 README --- a/README Sat Feb 06 11:53:33 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ --*- markdown -*- - -This is a work in progress. I wouldn't try it out on anything important... - -You can look at some [screenshots](http://www.flickr.com/photos/sjl7678/sets/72157622593551064/), but be warned that they might be a little out of date! - -Installing -========== - -`hg-review` requires Mercurial (probably 1.3.1+). - -Get it: - - hg clone http://bitbucket.org/sjl/hg-review/ - -Add it to `~/.hgrc`: - - [extensions] - review = [path to]/hg-review/review/ - -Try It -====== - -`hg-review` uses itself for code review. - -I know, I know, it's so goddamn meta I think the internet might explode. - -If you want to get a quick taste of how it works: - - cd path/to/wherever/you/cloned/hg-review - hg update webui - hg review --init - hg review --web - -Now visit and have fun. Use `^C` to kill the server when you're done. - -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 diff -r 27419e0c5cfe -r 23930691ebe7 README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.markdown Tue Mar 02 18:39:42 2010 -0500 @@ -0,0 +1,61 @@ +This is a work in progress. I wouldn't try it out on anything important... + +You can look at some [screenshots][], but be warned that they might be a +little out of date! + +[screenshots]: http://www.flickr.com/photos/sjl7678/sets/72157622593551064/ + +Installing +========== + +`hg-review` requires Mercurial (probably 1.3.1+). + +Get it: + + hg clone http://bitbucket.org/sjl/hg-review/ + +Add it to `~/.hgrc`: + + [extensions] + review = [path to]/hg-review/review/ + +Try It +====== + +`hg-review` uses itself for code review. + +I know, I know, it's so goddamn meta I think the internet might explode. + +If you want to get a quick taste of how it works: + + cd path/to/wherever/you/cloned/hg-review + hg update webui + hg review --init + hg review --web + +Now visit and have fun. Use `^C` to kill the server +when you're done. + +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