Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2011-01-24 13:18:56
Size: 825
Editor: erikz
Comment:
Revision 6 as of 2011-09-25 14:25:40
Size: 806
Editor: YannEMORIN
Comment: Make the page work with the all-extensions scrapping tool
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
''Author: 'aragost Trifork ag' Author: aragost Trifork ag
Line 14: Line 14:
Download site: https://bitbucket.org/erikz/editcommitmsgs Repository: https://bitbucket.org/aragost/editcommitmsgs
Line 25: Line 25:
editcommitmsgs=/path/to/editcommitmsgs/editcommitmsgs.py editcommitmsgs = /path/to/editcommitmsgs/editcommitmsgs.py
Line 28: Line 28:
== See also ==

Editcommitmsgs

This extensions allows you to edit commit messages for all applied mq patches in one go.

1. Status

This extension is not distributed with Mercurial.

Author: aragost Trifork ag

Repository: https://bitbucket.org/aragost/editcommitmsgs

2. Overview

The extension works by that the user is just editing one file, then the extension parses these edits, pop the applied patches and then for each previously applied patch push it and refresh it with the new commit message

3. Configuration

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

[extensions]
editcommitmsgs = /path/to/editcommitmsgs/editcommitmsgs.py


CategoryExtension CategoryExtensionsByOthers

EditcommitmsgsExtension (last edited 2012-11-04 02:28:31 by mpm)