comparison hgext/largefiles/uisetup.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 f540b6448738
children 7bf80d9d9543
comparison
equal deleted inserted replaced
36344:a65502597d8d 36345:f85e32a5e5c8