##// END OF EJS Templates
largefiles: use `hacky_extension_update_file` in `openlfdirstate`...
marmoute -
r50910:e86262dd default
parent child Browse files
Show More
@@ -236,7 +236,7 b' def openlfdirstate(ui, repo, create=True'
236 236 with lfdirstate.changing_parents(repo):
237 237 for standin in standins:
238 238 lfile = splitstandin(standin)
239 lfdirstate.update_file(
239 lfdirstate.hacky_extension_update_file(
240 240 lfile,
241 241 p1_tracked=True,
242 242 wc_tracked=True,
General Comments 0
You need to be logged in to leave comments. Login now