Show More
@@ -249,6 +249,8 b' def openlfdirstate(ui, repo, create=True' | |||
|
249 | 249 | wc_tracked=True, |
|
250 | 250 | possibly_dirty=True, |
|
251 | 251 | ) |
|
252 | # avoid getting dirty dirstate before other operations | |
|
253 | lfdirstate.write(repo.currenttransaction()) | |
|
252 | 254 | except error.LockError: |
|
253 | 255 | # Assume that whatever was holding the lock was important. |
|
254 | 256 | # If we were doing something important, we would already have |
General Comments 0
You need to be logged in to leave comments.
Login now