Rebase Extension

This extension is distributed along with Mercurial releases (starting with 1.1)

Author: Stefano Tortarolo

See RebaseProject for usage details.

The rebase extension is currently (as of 2008-08-20) available from the tip of the main development branch of Mercurial and is thus contained in the hourly snapshot.

The rebase extension is not compatible with Mercurial release 1.0.2 (see http://www.selenic.com/pipermail/mercurial/2008-September/021154.html).

1. Configuration

Enable the extension in the configuration file (.hgrc):

[extensions]
hgext.rebase = 


CategoryExtension