Differences between revisions 14 and 15
Revision 14 as of 2007-10-23 14:00:22
Size: 728
Editor: AlanSalewski
Comment:
Revision 15 as of 2007-10-24 17:01:53
Size: 639
Comment: no extension includes this information, wiki always talks about current version.
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
/!\ The 'record' extension first appeared in mercurial 0.9.5 (released 2007-10-19).

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]
record=


CategoryExtension

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