Extension Name

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