Differences between revisions 3 and 4
Revision 3 as of 2009-05-25 13:49:20
Size: 774
Editor: abuehl
Comment:
Revision 4 as of 2017-11-11 18:14:53
Size: 749
Editor: avv
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

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


CategoryExtensionsByOthers

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