##// 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 233 if len(standins) > 0:
234 234 vfs.makedirs(lfstoredir)
235 235
236 with lfdirstate.changing_parents(repo):
237 236 for standin in standins:
238 237 lfile = splitstandin(standin)
239 238 lfdirstate.hacky_extension_update_file(
General Comments 0
You need to be logged in to leave comments. Login now