Mercurial > hgrepos > Python > apps > py-cutils
changeset 223:61e5b1c2685c
Commentx
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 25 Jan 2025 14:22:34 +0100 |
| parents | d7be68a8937d |
| children | 422a594c588e |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/treesum.py Sat Jan 25 14:21:45 2025 +0100 +++ b/cutils/treesum.py Sat Jan 25 14:22:34 2025 +0100 @@ -791,7 +791,10 @@ self._use_base64)) self._outfp.flush() else: - # follow symlinks to files + # + # Follow the symlink to file or handle a "real" file + # + if self._utf8_mode: if fso.u8name is None: dir_tainted = True
