changeset 48251 | dfc5a505ddc5 |
parent 48231 | 0524c1359bfc |
child 48260 | 269ff8978086 |
--- a/mercurial/dirstateutils/v2.py Fri Oct 15 16:12:00 2021 +0200 +++ b/mercurial/dirstateutils/v2.py Fri Oct 15 16:33:19 2021 +0200 @@ -81,6 +81,9 @@ """parse <len> nodes from <data> starting at offset <start> This is used by parse_dirstate to recursively fill `map` and `copy_map`. + + All directory specific information is ignored and do not need any + processing (HAS_DIRECTORY_MTIME, ALL_UNKNOWN_RECORDED, ALL_IGNORED_RECORDED) """ for i in range(len): node_start = start + NODE_SIZE * i