[PATCH] mq: qpush --move, reorder patch series and apply only the patch

Mads Kiilerich mads at kiilerich.com
Fri Apr 30 18:51:17 CDT 2010


>
> On Fri, Apr 30, 2010 at 15:06, Mads Kiilerich<mads at kiilerich.com>  wrote:
>    
>> mq: qpush --move, reorder patch series and apply only the patch
>>
>> This makes it less necessary to edit .hg/patches/series manually.
>>      
> So this pulls the given patch to the front of the remaining queue?
>    

Yes - that could be a good way to describe it.

> What does it do if it fails? Does it remember the old position?
>    

Fails in what way? The following push can have rejects, but that is no 
failure, so I am not sure what failure situations needs handling. I do 
however assume that the series_dirty "transaction" handling handles most 
unexpected failure situations correctly.

/Mads


More information about the Mercurial-devel mailing list