Mercurial > hgrepos > Python > apps > py-cutils
diff docs/notes.rst @ 194:938488f87b62
Begin a file with some notes on treesum.py and its digest file format
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 16 Jan 2025 19:05:17 +0100 |
| parents | |
| children | c1e875ba4bdc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/notes.rst Thu Jan 16 19:05:17 2025 +0100 @@ -0,0 +1,23 @@ +.. -*- coding: utf-8 -*- + + +In a aggregated directory checksum at the end of a block: +A path equals + + ``./@/`` + + Symlink to directory + + ``./@`` + + Symlink to other filesystem object + +Other paths that *end* with: + + ``/./@/`` + + Symlink to a directory + + ``/./@` + + Symlink to other filesystem object
