Show More
@@ -236,7 +236,7 b' def openlfdirstate(ui, repo, create=True' | |||||
236 | with lfdirstate.changing_parents(repo): |
|
236 | with lfdirstate.changing_parents(repo): | |
237 | for standin in standins: |
|
237 | for standin in standins: | |
238 | lfile = splitstandin(standin) |
|
238 | lfile = splitstandin(standin) | |
239 | lfdirstate.update_file( |
|
239 | lfdirstate.hacky_extension_update_file( | |
240 | lfile, |
|
240 | lfile, | |
241 | p1_tracked=True, |
|
241 | p1_tracked=True, | |
242 | wc_tracked=True, |
|
242 | wc_tracked=True, |
General Comments 0
You need to be logged in to leave comments.
Login now