Show More
@@ -903,8 +903,8 b' class cg3packer(cg2packer):' | |||||
903 | dirlog = self._repo.manifest.dirlog |
|
903 | dirlog = self._repo.manifest.dirlog | |
904 | for name, nodes in tmfnodes.iteritems(): |
|
904 | for name, nodes in tmfnodes.iteritems(): | |
905 | # For now, directory headers are simply file headers with |
|
905 | # For now, directory headers are simply file headers with | |
906 | # a trailing '/' on the path. |
|
906 | # a trailing '/' on the path (already in the name). | |
907 |
yield self.fileheader(name |
|
907 | yield self.fileheader(name) | |
908 | for chunk in self.group(nodes, dirlog(name), nodes.get): |
|
908 | for chunk in self.group(nodes, dirlog(name), nodes.get): | |
909 | yield chunk |
|
909 | yield chunk | |
910 |
|
910 |
General Comments 0
You need to be logged in to leave comments.
Login now