abuehl added inline comments.

INLINE COMMENTS

> bitmanipulation.h:34
>       c[2] = (x >> 8) & 0xff;
> -     c[3] = (x) & 0xff;
> +     c[3] = (x)&0xff;
>  }

this one looks bad

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1069

To: durin42, #hg-reviewers
Cc: abuehl, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to