comparison mercurial/unionrepo.py @ 32569:aa333c1982ab

manifest: use itertools.chain() instead of + for Python 3 compat This is all pure-Python code, so I'm not too worried about perf here, but we can come back and fix it should it be a problem. With this change, the manifest code passes most unit tests on Python 3 (once the tests are corrected with many b prefixes. I've got a little more to sort out there and then I'll mail that change too.
author Augie Fackler <raf@durin42.com>
date Sun, 28 May 2017 21:29:58 -0400
parents f1e0446e804c
children 634997248c97
comparison
equal deleted inserted replaced
32568:260a6f715bd2 32569:aa333c1982ab