git.droids-corp.org
/
diff2html.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5fb01
)
cosmetic: remove unused variable l
author
Olivier Matz
<olivier.matz@6wind.com>
Fri, 15 Jun 2012 13:20:36 +0000
(15:20 +0200)
committer
Olivier Matz
<zer0@droids-corp.org>
Thu, 9 Aug 2012 18:03:39 +0000
(20:03 +0200)
Signed-off-by: Sergey Satskiy <sergey.satskiy@gmail.com>
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
diff2html.py
patch
|
blob
|
history
diff --git
a/diff2html.py
b/diff2html.py
index
9c0af69
..
5704270
100644
(file)
--- a/
diff2html.py
+++ b/
diff2html.py
@@
-164,7
+164,6
@@
def linediff(s, t):
def convert(s, linesize=0, ponct=0):
i = 0
t = ""
- l=[]
for c in s:
# used by diffs
if c == DIFFON: