Differences between revisions 15 and 16
Revision 15 as of 2007-10-24 17:01:53
Size: 639
Comment: no extension includes this information, wiki always talks about current version.
Revision 16 as of 2008-04-26 00:11:22
Size: 645
Editor: MattNordhoff
Comment: It's "hgext.record" now.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
record= hgext.record=

Record Extension

This extension is distributed with Mercurial.

Author: Bryan O'Sullivan

1. 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 [http://darcs.net/manual/node7.html#SECTION00761000000000000000 darcs record] command.

2. Configuration

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

[extensions]
hgext.record=


CategoryExtension

RecordExtension (last edited 2016-03-28 19:59:08 by Pierre-YvesDavid)