##// END OF EJS Templates
largefile: use `parentchange` during rollback...
marmoute -
r48452:12300ee6 default
parent child Browse files
Show More
@@ -1636,6 +1636,7 b' def overriderollback(orig, ui, repo, **o'
1636 1636 repo.wvfs.unlinkpath(standin, ignoremissing=True)
1637 1637
1638 1638 lfdirstate = lfutil.openlfdirstate(ui, repo)
1639 with lfdirstate.parentchange():
1639 1640 orphans = set(lfdirstate)
1640 1641 lfiles = lfutil.listlfiles(repo)
1641 1642 for file in lfiles:
General Comments 0
You need to be logged in to leave comments. Login now