changeset 299:bcbc68d8aa12

treesum: remove not obsolete comment about not following symlinks to files
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 04 Mar 2025 11:26:22 +0100
parents 16a5c337fcb9
children 1fc117f5f9a1
files cutils/treesum.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)