Show More
@@ -219,7 +219,8 b' def lfconvert(ui, src, dest, *pats, **op' | |||||
219 | success = True |
|
219 | success = True | |
220 | finally: |
|
220 | finally: | |
221 | if tolfile: |
|
221 | if tolfile: | |
222 |
rdst.dirstate.c |
|
222 | with rdst.dirstate.changing_files(rdst): | |
|
223 | rdst.dirstate.clear() | |||
223 | release(dstlock, dstwlock) |
|
224 | release(dstlock, dstwlock) | |
224 | if not success: |
|
225 | if not success: | |
225 | # we failed, remove the new directory |
|
226 | # we failed, remove the new directory |
General Comments 0
You need to be logged in to leave comments.
Login now