CodeReview Extension

This extension is not distributed with Mercurial

Author: Roman Zeyde, Boris Glimcher

GUI

Author: Boris Glimcher

Overview

Configuration

Download hgcr.py and configure your .hgrc or mercurial.ini to enable the extension by adding following lines:

[extensions]
filereview = /path/to/filereview.py

Usage

hg cr [OPTIONS] [FILES]

Code Review Plugin (requires Mercurial 1.1.x!)

Options:

 -c --complete  Mark CR as complete
 -a --add       Add files to CR list
 -r --remove    Remove files from CR list
 -l --list      Print files in CR list

use "hg -v help cr" to show global options

More Details


CategoryExtensionsByOthers

FileReviewExtension (last edited 2009-12-22 18:13:15 by weakish)