mercurial at 20696: 26 new changesets

Pierre-Yves David pierre-yves.david at ens-lyon.org
Fri Mar 21 15:50:53 CDT 2014



On 03/21/2014 01:40 PM, Pierre-Yves David wrote:
>
>
> On 03/12/2014 03:15 PM, Mercurial Commits wrote:
>> http://selenic.com/repo/hg//rev/13c0327eeb6f
>> changeset:   20690:13c0327eeb6f
>> user:        Lucas Moscovicz<lmoscovicz at fb.com>
>> date:        Fri Feb 07 10:32:02 2014 -0800
>> summary:     revset: changed ancestors revset to return lazy generators
>
> This raise a failure in the evolve test suite.
>
> Something is wrong with the pulloperation.pulledsubset content.

So in this case:


   o  changeset:   2:9d1c114e7797
   |
   | x  changeset:   1:4957bfdac07e
   |/
   o  changeset:   0:8685c6d34325


unfilteredrepo.revs("::%ln", [9d1c114e7797, 4957bfdac07e])

now returns [0, 2]
insteads of [0, 1, 2]

That is pretty bad. Backout until we find out?

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list