Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
hg-review is close to being released!
Feedback is appreciated, but things may still break before v1.0.0!
Installing
hg-review
requires Mercurial 1.6+ and Python 2.5+. It requires a few other
things too, but they're bundled with the extension so you don't need to worry
about them.
First, get hg-review:
hg clone http://bitbucket.org/sjl/hg-review/
Then add it to your ~/.hgrc
:
[extensions] review = [path to]/hg-review/review/
You're all set.
Try It
hg-review
uses itself for code review. 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.
There's also a live, read-only demo if installing is too much committment for you.
Documentation
Check out the documentation to learn more.