# HG changeset patch # User Steve Losh # Date 1256167906 14400 # Node ID 5c274209a7ecfd83648d48a9109784a7b027d4d6 # Parent c5932df8f4a87e0a87978dea684a82325d1da2c5# Parent 82f04bfc46b87cebf3644fd9b577c7234c98b8ed Merge the README changes and the review init. diff -r c5932df8f4a8 -r 5c274209a7ec .hgreview --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgreview Wed Oct 21 19:31:46 2009 -0400 @@ -0,0 +1,2 @@ +local = code-review +remote = http://bitbucket.org/sjl/hg-review-review diff -r c5932df8f4a8 -r 5c274209a7ec README --- a/README Wed Oct 21 19:09:28 2009 -0400 +++ b/README Wed Oct 21 19:31:46 2009 -0400 @@ -5,6 +5,8 @@ Installing ========== +`hg-review` requires Mercurial (probably 1.3.1+) and **Python 2.6+**. Seriously, you need the latest version of Python. I'm not going to rewrite `os.relpath()` to support older versions, sorry. + Get it: hg clone http://bitbucket.org/sjl/hg-review/ @@ -14,6 +16,21 @@ [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 review --init + hg review --web + +Now visit and have fun. Use `^C` to kill the server when you're done. + Unit Tests ==========