equal
deleted
inserted
replaced
147 flags, size, mtime_s = entry.v2_data() |
147 flags, size, mtime_s = entry.v2_data() |
148 mtime_ns = 0 |
148 mtime_ns = 0 |
149 else: |
149 else: |
150 # There are no mtime-cached directories in the Python implementation |
150 # There are no mtime-cached directories in the Python implementation |
151 flags = 0 |
151 flags = 0 |
152 mode = 0 |
|
153 size = 0 |
152 size = 0 |
154 mtime_s = 0 |
153 mtime_s = 0 |
155 mtime_ns = 0 |
154 mtime_ns = 0 |
156 return NODE.pack( |
155 return NODE.pack( |
157 path_start, |
156 path_start, |