[PATCH 2 of 2 V3] changelog: fix bug in heads computation

Augie Fackler raf at durin42.com
Tue May 26 13:55:58 CDT 2015


On Thu, May 21, 2015 at 6:59 PM, Laurent Charignon <lcharignon at fb.com> wrote:
>  static PyObject *index_headrevs(indexObject *self, PyObject *args)
>  {
> -       Py_ssize_t i, len, addlen;
> +       int i, j, len;


In a wonderful catch by Pierre-yves, these variables don't want to become int.

Also, check-code says hi. I'm dropping patch 2 for now, but patch 1 is pushed.


More information about the Mercurial-devel mailing list