Mercurial > hg
changeset 50015:e86262dd903e
largefiles: use `hacky_extension_update_file` in `openlfdirstate`
This is what the function is meant for.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 05 Feb 2023 08:37:33 +0100 |
parents | b7ddd9ae4bef |
children | c694db2d8876 |
files | hgext/largefiles/lfutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/largefiles/lfutil.py Sat Feb 04 09:08:26 2023 +0100 +++ b/hgext/largefiles/lfutil.py Sun Feb 05 08:37:33 2023 +0100 @@ -236,7 +236,7 @@ with lfdirstate.changing_parents(repo): for standin in standins: lfile = splitstandin(standin) - lfdirstate.update_file( + lfdirstate.hacky_extension_update_file( lfile, p1_tracked=True, wc_tracked=True,