[PATCH 05 of 17] rebase: show progress info while rebasing

Pierre-Yves David pierre-yves.david at ens-lyon.org
Mon Dec 1 07:33:51 CST 2014



On 12/01/2014 05:17 AM, Mads Kiilerich wrote:
> On 12/01/2014 08:09 AM, Pierre-Yves David wrote:
>>
>>
>> On 11/30/2014 11:08 AM, Mads Kiilerich wrote:
>>> # HG changeset patch
>>> # User Mads Kiilerich <mads at kiilerich.com>
>>> # Date 1349990522 -7200
>>> #      Thu Oct 11 23:22:02 2012 +0200
>>> # Node ID 0cff65a0d024e31284ff6eb804ed4ac65f628a6e
>>> # Parent  36dcd3db70ab1dce7715ead123aa4bb4f09b1abc
>>> rebase: show progress info while rebasing
>>
>> It looks like this patch is doing two things:
>>
>> 1) adding i.progress call (Good!)
>
> What where?

My mistake it is just update of existing code. I got tricked by the 
commit message.

>> 2) adding a line for every commit rebased.
>>
>> I'm not sure about (2) are this can mean a lot of output.
>
> Yes. Output that I find essential when I am rebasing.

Essential is probably a bit strong. Do you know about 
ui.mergemarkers=detailed ?

But still not sure about it. Mercurial tend to be quiet when stuff goes 
well.

However graft is doing something similar so having them more unified is 
probably a good idea.

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list