Record Extension

This extension is distributed with Mercurial.

Author: Bryan O'Sullivan

Overview

The record extension provides the record command, which may be used in lieu of commit. 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. It is similar in spirit to the darcs record command.

The record extension also provides the qrecord command, if MqExtension is enabled.

Configuration

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

[extensions]
hgext.record=


CategoryExtension

RecordExtension (last edited 2008-07-22 20:35:41 by TomBa)