Show More
@@ -233,15 +233,14 b' def openlfdirstate(ui, repo, create=True' | |||
|
233 | 233 | if len(standins) > 0: |
|
234 | 234 | vfs.makedirs(lfstoredir) |
|
235 | 235 | |
|
236 | with lfdirstate.changing_parents(repo): | |
|
237 |
|
|
|
238 | lfile = splitstandin(standin) | |
|
239 |
lf |
|
|
240 |
|
|
|
241 |
|
|
|
242 |
|
|
|
243 | possibly_dirty=True, | |
|
244 | ) | |
|
236 | for standin in standins: | |
|
237 | lfile = splitstandin(standin) | |
|
238 | lfdirstate.hacky_extension_update_file( | |
|
239 | lfile, | |
|
240 | p1_tracked=True, | |
|
241 | wc_tracked=True, | |
|
242 | possibly_dirty=True, | |
|
243 | ) | |
|
245 | 244 | except error.LockError: |
|
246 | 245 | # Assume that whatever was holding the lock was important. |
|
247 | 246 | # If we were doing something important, we would already have |
General Comments 0
You need to be logged in to leave comments.
Login now