##// END OF EJS Templates
dirstate: use `dirstate.change_files` to scope the change in `lfconvert`...
marmoute -
r50946:9409f294 default
parent child Browse files
Show More
@@ -219,6 +219,7 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 with rdst.dirstate.changing_files(rdst):
222 rdst.dirstate.clear()
223 rdst.dirstate.clear()
223 release(dstlock, dstwlock)
224 release(dstlock, dstwlock)
224 if not success:
225 if not success:
General Comments 0
You need to be logged in to leave comments. Login now