Differences between revisions 13 and 14
Revision 13 as of 2007-10-05 20:45:41
Size: 898
Editor: AlanSalewski
Comment: Removed "For darcs record Refugees" section which contained only obsolete info
Revision 14 as of 2007-10-23 14:00:22
Size: 728
Editor: AlanSalewski
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
/!\ The 'record' extension is not part of the current stable release of mercurial (0.9.4), but it is present in [http://selenic.com/repo/hg the main development repository] (the repository that leads to the next stable release).
See also DeveloperRepos
/!\ 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=

/!\ The 'record' extension first appeared in mercurial 0.9.5 (released 2007-10-19).


CategoryExtension

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