mercurial/dirstateutils/v2.py
changeset 48240 50dca3aa5c3b
parent 48234 7e78c72ee3ea
child 48243 0524c1359bfc
equal deleted inserted replaced
48239:4518d91f02d8 48240:50dca3aa5c3b
   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,