Differences between revisions 5 and 6
Revision 5 as of 2007-08-26 05:23:05
Size: 491
Editor: 220
Comment:
Revision 6 as of 2007-08-26 05:32:01
Size: 493
Editor: 220
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Extension Name == == Record Extension ==

Record Extension

This extension is distributed with Mercurial.

Author: Bryan O'Sullivan

1. Overview

The record extension 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.

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)