Show More
@@ -656,14 +656,10 b' class svn_source(converter_source):' | |||
|
656 | 656 | if fromkind == svn.core.svn_node_file: |
|
657 | 657 | entries.append(self.recode(entrypath)) |
|
658 | 658 | elif fromkind == svn.core.svn_node_dir: |
|
659 | if ent.action == 'C': | |
|
660 | children = self._find_children(path, prevnum) | |
|
661 | else: | |
|
662 | 659 |
|
|
663 | 660 |
|
|
664 | 661 |
|
|
665 | 662 |
|
|
666 | ||
|
667 | 663 | for child in children: |
|
668 | 664 | childpath = self.getrelpath("/" + child, pmodule) |
|
669 | 665 | if not childpath: |
General Comments 0
You need to be logged in to leave comments.
Login now