Show More
@@ -565,20 +565,19 def updatelfiles( | |||
|
565 | 565 | # largefile processing might be slow and be interrupted - be prepared |
|
566 | 566 | lfdirstate.write() |
|
567 | 567 | |
|
568 | with lfdirstate.parentchange(): | |
|
569 | 568 |
|
|
570 | 569 |
|
|
571 | 570 | |
|
572 | 571 |
|
|
573 | 572 |
|
|
574 | ||
|
575 | 573 |
|
|
576 | 574 |
|
|
577 | lfutil.synclfdirstate(repo, lfdirstate, f, normallookup) | |
|
575 | lfdirstate._drop(f) | |
|
578 | 576 | |
|
579 | 577 |
|
|
580 | 578 |
|
|
581 | 579 | |
|
580 | with lfdirstate.parentchange(): | |
|
582 | 581 | for lfile in lfiles: |
|
583 | 582 | update1 = 0 |
|
584 | 583 |
General Comments 0
You need to be logged in to leave comments.
Login now