##// END OF EJS Templates
store: unindent most of the contents of the for loop in _auxencode()...
store: unindent most of the contents of the for loop in _auxencode() by refactoring for i, n in enumerate(res): if n: <main code block> to for i, n in enumerate(res): if not n: continue <main code block> (no functional change)

File last commit:

r9999:f91e5630 default
r17572:b644287e default
Show More
background.png
0 lines | 603 B | image/png | TextLexer
/ mercurial / templates / static / background.png
rendered-image