Show More
@@ -431,9 +431,9 b' class hgweb:' | |||
|
431 | 431 | |
|
432 | 432 | def lines(): |
|
433 | 433 | for l, t in enumerate(text.splitlines(1)): |
|
434 |
yield |
|
|
435 |
|
|
|
436 |
|
|
|
434 | yield {"line": t, | |
|
435 | "linenumber": "% 6d" % (l + 1), | |
|
436 | "parity": l & 1} | |
|
437 | 437 | |
|
438 | 438 | yield self.t("filerevision", file = f, |
|
439 | 439 | filenode = node, |
General Comments 0
You need to be logged in to leave comments.
Login now