# HG changeset patch # User Franz Glasner # Date 1741083982 -3600 # Node ID bcbc68d8aa12a386f60ce075bb48e3ec7709f29b # Parent 16a5c337fcb9852474c3beba72cc5b625ed7ee62 treesum: remove not obsolete comment about not following symlinks to files diff -r 16a5c337fcb9 -r bcbc68d8aa12 cutils/treesum.py --- a/cutils/treesum.py Tue Mar 04 09:01:42 2025 +0100 +++ b/cutils/treesum.py Tue Mar 04 11:26:22 2025 +0100 @@ -353,11 +353,6 @@ else: assert False, "Implementation error: not yet implemented" - # Not following symlinks to files is not yet supported: reset to True -# if not curval.file: -# curval = FollowSymlinkConfig( -# curval.command_line, curval.directory, True) -# logging.warning("Coercing options to `follow-file-symlinks'") setattr(namespace, self.dest, curval)