Mercurial > hgrepos > Python > apps > py-cutils
changeset 137:69f8a3db8fbd
Change the tag for symlinks given on the command line: no "filename" here
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Jan 2025 23:40:05 +0100 |
| parents | db4fd1f64538 |
| children | 64078592444f |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/treesum.py Thu Jan 02 23:15:55 2025 +0100 +++ b/cutils/treesum.py Thu Jan 02 23:40:05 2025 +0100 @@ -182,7 +182,7 @@ linkdgst = algorithm[0]() linkdgst.update(b"%d:%s," % (len(linktgt), linktgt)) dir_dgst = algorithm[0]() - dir_dgst.update(b"1:S,3:./@,") + dir_dgst.update(b"1:L,") dir_dgst.update(linkdgst.digest()) outfp.write( format_bsd_line(
