Mercurial > hgrepos > Python > apps > py-cutils
changeset 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 | fb36e71f6ba8 |
| children | e5f6f4db9157 |
| files | MANIFEST.in docs/notes.rst |
| diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Thu Jan 16 19:04:33 2025 +0100 +++ b/MANIFEST.in Thu Jan 16 19:05:17 2025 +0100 @@ -1,3 +1,5 @@ include .hg* *.txt *.py +graft docs +prune docs/_build graft tests global-exclude *.pyc *.pyo
--- /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
