# HG changeset patch # User Steve Losh # Date 1278185954 14400 # Node ID bb3928ffbda370ae9395216d09fdec0abf657953 # Parent c28a2dae28ef7312fd9ab1a81980fb02b2589f66 docs: minor cleanup diff -r c28a2dae28ef -r bb3928ffbda3 docs/cli.rst --- a/docs/cli.rst Sat Jul 03 15:33:59 2010 -0400 +++ b/docs/cli.rst Sat Jul 03 15:39:14 2010 -0400 @@ -3,8 +3,8 @@ hg-review provides a command line interface. -review ------- +``review`` +---------- ``--comment`` ------------- @@ -12,6 +12,9 @@ ``--signoff`` ------------- +``--edit`` +---------- + ``--check`` ----------- diff -r c28a2dae28ef -r bb3928ffbda3 docs/overview.rst --- a/docs/overview.rst Sat Jul 03 15:33:59 2010 -0400 +++ b/docs/overview.rst Sat Jul 03 15:39:14 2010 -0400 @@ -31,21 +31,25 @@ ----- The easiest way to work with hg-review is with the :doc:`web interface -`. There's also a command-line interface, but it's really easiest to -work with the web ui. +`. There's also a :doc:`command-line interface `, but it's +easiest to work with the web interface. Projects with Existing Code Reviews ''''''''''''''''''''''''''''''''''' -If you want to work with a repository that already has code review set up, all -you need to do is cd into that repository, run ``hg review --init`` to pull -down the review data, and then run ``hg review --web`` to fire up the web ui. +If you want to work with a repository that already has code review set up all +you need to do is cd into that repository, pull down the review data, and fire +up the web ui:: + + cd ~/src/someproject + hg review --init + hg review --web Once that's done you can visit http://localhost:8080/ in your browser to start reviewing. You should read over the :doc:`concepts ` documentation to make sure -you know how hg-review works, and the :doc:`web interface ` +you know how hg-review works and the :doc:`web interface ` documentation for a quick tour of how to use the web UI. Projects without Existing Code Reviews