##// END OF EJS Templates
largefiles: remove the first `changing_parents` in `updatelfiles`...
marmoute -
r50913:ef1540c5 default
parent child Browse files
Show More
@@ -517,7 +517,6 b' def updatelfiles('
517 filelist = set(filelist)
517 filelist = set(filelist)
518 lfiles = [f for f in lfiles if f in filelist]
518 lfiles = [f for f in lfiles if f in filelist]
519
519
520 with lfdirstate.changing_parents(repo):
521 update = {}
520 update = {}
522 dropped = set()
521 dropped = set()
523 updated, removed = 0, 0
522 updated, removed = 0, 0
General Comments 0
You need to be logged in to leave comments. Login now