Differences between revisions 1 and 2
Revision 1 as of 2008-05-05 15:13:54
Size: 763
Editor: avv
Comment:
Revision 2 as of 2009-05-19 19:31:05
Size: 767
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: Download direct from this page - attachment:qup.py Download site: Download direct from this page - [[attachment:qup.py]]

Qup Extension

This extension is not distributed with Mercurial.

Author: Andrei Vermel

Download site: Download direct from this page - qup.py

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


CategoryExtension

QupExtension (last edited 2017-11-11 18:14:53 by avv)