Mercurial > hg
comparison tests/test-diff-color.t @ 20119:1648e44edd8d
mq: prefer a loop to a double-for list comprehension
The [x for y in l for x in y] syntax is nigh-incomprehensible, and this
is a particularly easy case to expand into a loop since there's no 'if'
condition in the list comprehension.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Sun, 24 Nov 2013 17:29:10 -0600 |
parents | 0ade08dcb3c3 |
children | c343557a8442 |
comparison
equal
deleted
inserted
replaced
20118:6ed9141151bf | 20119:1648e44edd8d |
---|