187
187
print >>output_to, '=== target is %r' % self.symlink_target
189
189
def get_tar_item(self, root, dp, now, tree):
190
191
item = tarfile.TarInfo(os.path.join(root, dp))
191
192
# TODO: would be cool to actually set it to the timestamp of the
192
193
# revision it was last changed