Size: 807
Comment:
|
Size: 806
Comment: Make the page work with the all-extensions scrapping tool
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
Download site: https://bitbucket.org/erikz/editcommitmsgs | Repository: https://bitbucket.org/aragost/editcommitmsgs |
Editcommitmsgs
This extensions allows you to edit commit messages for all applied mq patches in one go.
Contents
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