Size: 1094
Comment: Added a page for the postreview extension to post csets to a Review Board server
|
Size: 1075
Comment: download url changed to new public repository
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Extension Name == | == Review Board == |
Line 3: | Line 3: |
'''This extension is/is not distributed with Mercurial.''' | '''This extension is not distributed with Mercurial.''' |
Line 7: | Line 7: |
Download site: http://blogma.de/posts/2008/apr/07/reviewboard-extension-mercurial/ | Download site: http://freehg.org/u/roccoblues/mercurial-reviewboard/ |
Review Board
This extension is not distributed with Mercurial.
Author: Dennis Schön
Download site: http://freehg.org/u/roccoblues/mercurial-reviewboard/
Overview
This extension adds a new command 'postreview' to post changesets for review to a [http://www.review-board.org/ Review Board] server.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] reviewboard = /path/to/reviewboard [reviewboard] # REQUIRED ITEMS: server = http://reviewboard.example.com/ # OPTIONAL ITEMS: # user = ... # username for login # target_groups = ... # default review groups # target_people = ... # default review people
Usage
To post the tip changeset to the Review board server:
$ hg postreview tip login to http://reviewboard.example.com username: ... password: Repositories: [1] Stuff [2] miscrepo repository id: 1 review request draft saved: http://reviewboard.example.com/r/366/