Mercurial > hgrepos > Python > apps > py-cutils
diff docs/notes.rst @ 270:42f4ca423ab3
treesum: REFACTOR: Major refactoring of computing digests:
- Digests that are created by reading symlink targets are created as if the
result of readllink() is the content of a regulare file: no special
tagging is done now.
- All digest values have their canonical algorithm name prepended.
- Normalize the order of computation
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 18 Feb 2025 16:07:28 +0100 |
| parents | d7be68a8937d |
| children | c02a57df2a29 |
line wrap: on
line diff
--- a/docs/notes.rst Tue Feb 18 13:10:05 2025 +0100 +++ b/docs/notes.rst Tue Feb 18 16:07:28 2025 +0100 @@ -10,7 +10,8 @@ ``./@`` - Symlink to other filesystem object + Symlink to other filesystem object. + Also used if the link is broken and the target type cannot determined. Other paths that *end* with: @@ -20,7 +21,8 @@ ``/./@` - Symlink to other filesystem object + Symlink to other filesystem object. + Also used if the link is broken and the target type cannot determined. Fields:
