Show More
@@ -190,7 +190,12 class convert_git(converter_source): | |||
|
190 | 190 | entry = None |
|
191 | 191 | subexists = False |
|
192 | 192 | subdeleted = False |
|
193 |
|
|
|
193 | difftree = fh.read().split('\x00') | |
|
194 | lcount = len(difftree) | |
|
195 | i = 0 | |
|
196 | while i < lcount: | |
|
197 | l = difftree[i] | |
|
198 | i += 1 | |
|
194 | 199 | if not entry: |
|
195 | 200 | if not l.startswith(':'): |
|
196 | 201 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now