Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-08-20 07:29:34
Size: 553
Editor: abuehl
Comment: new page
Revision 5 as of 2009-05-19 19:30:55
Size: 714
Editor: localhost
Comment: converted to 1.6 markup
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 8: Line 8:
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 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).

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

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