Comment 7 for bug 488724

Revision history for this message
Aaron Bentley (abentley) wrote :

You're calling self._set_mtime from DiskTreeTransform methods, but it's only defined in TreeTransform. That will be bad with PreviewTree. I think it makes sense to move it into DiskTreeTransform (and move the ctypes code into osutils). It might be useful to allow specifying a specific mtime in create_file et al, but I can't think of a good use case at the moment.