CRecord Extension

This extension is not distributed with Mercurial.

Author: Mark Edgington

Download site: http://www.bitbucket.org/edgimar/mercurial-crew/

1. Overview

The record extension provides the crecord command, which may be used in lieu of commit or qrefresh. This command lets you choose which parts of the changes in a working directory you'd like to commit, at the granularity of patch hunks or lines. It is similar in spirit to the [http://darcs.net/manual/node7.html#SECTION00761000000000000000 darcs record] command and the RecordExtension.

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
hgext.crecord=


CategoryExtension