Mercurial > hg
comparison hgext/bugzilla.py @ 36345:f85e32a5e5c8
narrow: use list comprehension instead of filter for filtering lists
filter() returns a generator on Python 3, which causes these filters
to break things.
Differential Revision: https://phab.mercurial-scm.org/D2363
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 21 Feb 2018 10:08:35 -0500 |
parents | 386c1e45e671 |
children | f0b6fbea00cf |
comparison
equal
deleted
inserted
replaced
36344:a65502597d8d | 36345:f85e32a5e5c8 |
---|