##// END OF EJS Templates
largefiles: remove the `changing_parents` context in `openlfdirstate`...
marmoute -
r50915:e2f3cba6 default
parent child Browse files
Show More
@@ -233,7 +233,6 b' def openlfdirstate(ui, repo, create=True'
233 if len(standins) > 0:
233 if len(standins) > 0:
234 vfs.makedirs(lfstoredir)
234 vfs.makedirs(lfstoredir)
235
235
236 with lfdirstate.changing_parents(repo):
237 for standin in standins:
236 for standin in standins:
238 lfile = splitstandin(standin)
237 lfile = splitstandin(standin)
239 lfdirstate.hacky_extension_update_file(
238 lfdirstate.hacky_extension_update_file(
General Comments 0
You need to be logged in to leave comments. Login now