Differences between revisions 2 and 3
Revision 2 as of 2011-01-24 13:44:16
Size: 820
Comment:
Revision 3 as of 2011-01-24 13:44:36
Size: 829
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Author: aragost Trifork ag (ErikZielke) Author: aragost Trifork ag ([erikz|Erik Zielke])

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 ([erikz|Erik Zielke])

Download site: https://bitbucket.org/erikz/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)