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