Release day but still 7 bug marked as urgent

Pierre-Yves David pierre-yves.david at ens-lyon.org
Sat Nov 1 17:28:46 CDT 2014



On 11/01/2014 08:26 PM, Matt Mackall wrote:
>> - issue4426 mq regression: "hg qimport --rev revision::" doesn't work
>> anymore for > 2 revisions
>
> Can be fixed without fixing revset code.

The issue here is that `first()` and `last()` on sorted addset return 
garbage. I expect much more than just MQ to be broken. The revset fix 
should not be too invasive.

>> - issue4422 histedit: commit hook errors
>>
>> - issue4378 regression: repo in invalid state during 'hg qrefresh
> --edit'
>
> Ill-defined semantics here to start with, fixes too invasive for stable.
> Not blocking. Priority for 3.3.

While I agree the situation is confuse, I would be happier to crash when 
the user do two separated sensible thing (have postcommit hook + use 
histedit).

I think we can build a simple fix for the symptom that would be good 
enough for stable.

Looking at those two now.

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list