##// 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 219 success = True
220 220 finally:
221 221 if tolfile:
222 with rdst.dirstate.changing_files(rdst):
222 223 rdst.dirstate.clear()
223 224 release(dstlock, dstwlock)
224 225 if not success:
General Comments 0
You need to be logged in to leave comments. Login now