equal
deleted
inserted
replaced
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 ) |