Show More
@@ -281,7 +281,7 b' class patchheader(object):' | |||||
281 | nodeid = None |
|
281 | nodeid = None | |
282 | diffstart = 0 |
|
282 | diffstart = 0 | |
283 |
|
283 | |||
284 |
for line in |
|
284 | for line in open(pf, 'rb'): | |
285 | line = line.rstrip() |
|
285 | line = line.rstrip() | |
286 | if (line.startswith('diff --git') |
|
286 | if (line.startswith('diff --git') | |
287 | or (diffstart and line.startswith('+++ '))): |
|
287 | or (diffstart and line.startswith('+++ '))): |
General Comments 0
You need to be logged in to leave comments.
Login now