D1765: parsers: use an attr-derived class for revlog index entries

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Fri Jan 5 03:50:16 UTC 2018


yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> test-parseindex2.py:182
> +
> +    idxa = [map(normvalue, a[0])]
> +    idxb = [map(normvalue, b[0])]

Perhaps you mean `list(map(...))` instead of a list of one element?

REPOSITORY
  rHG Mercurial

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

To: indygreg, #hg-reviewers, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list