Size: 767
Comment: converted to 1.6 markup
|
← Revision 4 as of 2017-11-11 18:14:53 ⇥
Size: 749
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Download site: Download direct from this page - [[attachment:qup.py]] | Repository: http://bitbucket.org/avermel/qup |
Line 43: | Line 43: |
Line 45: | Line 44: |
CategoryExtension | CategoryExtensionsByOthers |
Qup Extension
This extension is not distributed with Mercurial.
Author: Andrei Vermel
Repository: http://bitbucket.org/avermel/qup
Overview
Allows to move MQ patches to top of unapplied part of series without using a text editor. Patches can be specified by unambiguous start substrings or indices.
An example of usage:
>hg qseries one.patch two.patch three.patch four.patch five.patch >hg qapplied one.patch >hg qup five three >hg qseries one.patch five.patch three.patch two.patch four.patch
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] qup = path/to/qup.py