Mercurial > hgrepos > Python > apps > py-cutils
comparison cutils/treesum.py @ 334:5afece258bf2
treesum: FIX: add missing size param
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 30 Mar 2025 16:20:04 +0200 |
| parents | 2a244a05bbb5 |
| children | 7620142aacd1 |
comparison
equal
deleted
inserted
replaced
| 333:2a244a05bbb5 | 334:5afece258bf2 |
|---|---|
| 1024 else: | 1024 else: |
| 1025 sz = "" if self._print_size else None | 1025 sz = "" if self._print_size else None |
| 1026 self._writer.write_file_digest( | 1026 self._writer.write_file_digest( |
| 1027 self._algorithm[1], | 1027 self._algorithm[1], |
| 1028 util.interpolate_bytes(b"%s/./@/", opath), | 1028 util.interpolate_bytes(b"%s/./@/", opath), |
| 1029 linkdgst.digest()) | 1029 linkdgst.digest(), |
| 1030 size=sz) | |
| 1030 else: | 1031 else: |
| 1031 # | 1032 # |
| 1032 # Follow the symlink to dir or handle a "real" directory | 1033 # Follow the symlink to dir or handle a "real" directory |
| 1033 # | 1034 # |
| 1034 | 1035 |
