Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-08-20 07:29:34
Size: 553
Editor: abuehl
Comment: new page
Revision 4 as of 2008-12-31 17:40:56
Size: 712
Editor: peter kovac
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Rebase extension ==
'''This extension is expected to be distributed along with Mercurial releases'''
== Rebase Extension ==
'''This extension is distributed along with Mercurial releases (starting with 1.1)'''
Line 9: Line 9:

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

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 [http://www.selenic.com/mercurial-snapshot.tar.gz 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

RebaseExtension (last edited 2017-03-28 19:44:56 by SietseBrouwer)