comparison tests/test-issue672.t @ 20216:01bdccfeb9d9

discovery: prefer loop to double-for list comprehension in changegroupsubset The double-for form of list comprehensions gets particularly unreadable when you throw in an 'if' condition. This expands the only remaining instance of the double-for syntax in our codebase into a loop.
author Kevin Bullock <kbullock@ringworld.org>
date Sun, 24 Nov 2013 17:33:39 -0600
parents 5cc71484ee9c
children 18adc15635a1
comparison
equal deleted inserted replaced
20215:082b2930fe2c 20216:01bdccfeb9d9