##// END OF EJS Templates
largefiles: remove the second `changing_parents` in `updatelfiles`...
marmoute -
r50914:eed104af default
parent child Browse files
Show More
@@ -579,7 +579,6 b' def updatelfiles('
579 statuswriter(_(b'getting changed largefiles\n'))
579 statuswriter(_(b'getting changed largefiles\n'))
580 cachelfiles(ui, repo, None, lfiles)
580 cachelfiles(ui, repo, None, lfiles)
581
581
582 with lfdirstate.changing_parents(repo):
583 for lfile in lfiles:
582 for lfile in lfiles:
584 update1 = 0
583 update1 = 0
585
584
General Comments 0
You need to be logged in to leave comments. Login now