hgext/largefiles/lfutil.py
changeset 50015 e86262dd903e
parent 49965 0cf4c1b80fd9
child 50016 c694db2d8876
equal deleted inserted replaced
50014:b7ddd9ae4bef 50015:e86262dd903e
   234                     vfs.makedirs(lfstoredir)
   234                     vfs.makedirs(lfstoredir)
   235 
   235 
   236                 with lfdirstate.changing_parents(repo):
   236                 with lfdirstate.changing_parents(repo):
   237                     for standin in standins:
   237                     for standin in standins:
   238                         lfile = splitstandin(standin)
   238                         lfile = splitstandin(standin)
   239                         lfdirstate.update_file(
   239                         lfdirstate.hacky_extension_update_file(
   240                             lfile,
   240                             lfile,
   241                             p1_tracked=True,
   241                             p1_tracked=True,
   242                             wc_tracked=True,
   242                             wc_tracked=True,
   243                             possibly_dirty=True,
   243                             possibly_dirty=True,
   244                         )
   244                         )