Show More
@@ -178,7 +178,7 b' class darcs_source(common.converter_sour' | |||||
178 | copies = {} |
|
178 | copies = {} | |
179 | changes = [] |
|
179 | changes = [] | |
180 | man = None |
|
180 | man = None | |
181 |
for elt in self.changes[rev].find('summary') |
|
181 | for elt in self.changes[rev].find('summary'): | |
182 | if elt.tag in ('add_directory', 'remove_directory'): |
|
182 | if elt.tag in ('add_directory', 'remove_directory'): | |
183 | continue |
|
183 | continue | |
184 | if elt.tag == 'move': |
|
184 | if elt.tag == 'move': |
General Comments 0
You need to be logged in to leave comments.
Login now