Mercurial > hg
diff tests/test-convert-cvs-branch.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 | aa9385f983fa |
children | 7a9cbb315d84 |