Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-04-26 09:07:09
Size: 537
Comment:
Revision 6 as of 2009-05-25 13:42:05
Size: 599
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
''Author:    durin42'' ''Author: Augie Fackler''
Line 11: Line 11:
Works with: Mercurial 1.0 and beyond. Works with: Mercurial 1.2 and beyond.
Line 19: Line 19:
Configure your [:.hgrc:.hgrc] to enable the extension by adding following lines: Configure your [[.hgrc]] to enable the extension by adding following lines:
Line 29: Line 29:
See http://bitbucket.org/durin42/histedit/src/tip/README
Line 31: Line 31:
CategoryExtension CategoryExtensionsByOthers

Histedit Extension

This extension is not distributed with Mercurial.

Author: Augie Fackler

Download site:

Home page: http://bitbucket.org/durin42/histedit/

Works with: Mercurial 1.2 and beyond.

1. Overview

History editing plugin for Mercurial, heavily inspired by git rebase --interactive.

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
histedit = 

3. Usage Scenario

See http://bitbucket.org/durin42/histedit/src/tip/README


CategoryExtensionsByOthers

HisteditExtension (last edited 2021-02-01 14:07:53 by muxator)