# HG changeset patch # User Franz Glasner # Date 1735856155 -3600 # Node ID db4fd1f64538b7d258e6074ae80d36850140fccc # Parent dbf27681a1f6ca281f7b1fe7d4de4a768a08f098 "-l" is now the sort form of "--follow-directory-symlinks" diff -r dbf27681a1f6 -r db4fd1f64538 cutils/treesum.py --- a/cutils/treesum.py Thu Jan 02 23:15:10 2025 +0100 +++ b/cutils/treesum.py Thu Jan 02 23:15:55 2025 +0100 @@ -50,7 +50,7 @@ help="Put given comment COMMENT into the output as \"COMMENT\"." " Can be given more than once.") aparser.add_argument( - "--follow-directory-symlinks", action="store_true", + "--follow-directory-symlinks", "-l", action="store_true", dest="follow_directory_symlinks", help="Follow symbolic links to directories when walking a directory" " tree. Note that this is different from using \"--logical\" or"