# HG changeset patch # User Franz Glasner # Date 1736250945 -3600 # Node ID 5c23ad9a3f8f0d50cfe7d580e68a95213b6c0dd8 # Parent d8cdd1985d43ce6c12275708cbd54fcb9c919ba1 FIX: Add --mode and --full-mode to the "FLAGS" output diff -r d8cdd1985d43 -r 5c23ad9a3f8f cutils/treesum.py --- a/cutils/treesum.py Tue Jan 07 12:48:37 2025 +0100 +++ b/cutils/treesum.py Tue Jan 07 12:55:45 2025 +0100 @@ -279,6 +279,10 @@ # Note given non-default flags that are relevant for directory traversal flags = [] + if with_metadata_full_mode: + flags.append("with-metadata-fullmode") + elif with_metadata_mode: + flags.append("with-metadata-mode") if with_metadata_mtime: flags.append("with-metadata-mtime") if handle_root_logical: