5c274209a7ec webui

Merge the README changes and the review init.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Oct 2009 19:31:46 -0400
parents c5932df8f4a8 (current diff) 82f04bfc46b8 (diff)
children 26150fdd04b8 1cc8e18b1b43
branches/tags webui
files

Changes

--- /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
--- 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 <http://localhost:8080/> and have fun.  Use `^C` to kill the server when you're done.
+
 Unit Tests
 ==========