Show More
@@ -176,7 +176,7 b' class Node:' | |||
|
176 | 176 | def pack_dirstate(map, copy_map): |
|
177 | 177 | """ |
|
178 | 178 | Pack `map` and `copy_map` into the dirstate v2 binary format and return |
|
179 | the bytearray. | |
|
179 | the tuple of (data, metadata) bytearrays. | |
|
180 | 180 | |
|
181 | 181 | The on-disk format expects a tree-like structure where the leaves are |
|
182 | 182 | written first (and sorted per-directory), going up levels until the root |
General Comments 0
You need to be logged in to leave comments.
Login now