tests/test-filelog.py.out
author Augie Fackler <augie@google.com>
Sun, 15 Oct 2017 00:37:24 -0400
changeset 34728 09397d0dd3b7
parent 16498 d76ba2090e0c
permissions -rw-r--r--
dagutil: use a listcomp instead of a map() In Python 3, the map() returns a generator object instead of a list, and some parts of hg depend on this being consumable more than once or sortable in place. Differential Revision: https://phab.mercurial-scm.org/D1099

ERROR: FIXME: This is a known failure of filelog.size for data starting with \1\n
OK.