Show More
@@ -1897,6 +1897,8 b' class workingctx(committablectx):' | |||||
1897 | self._repo.ui.debug( |
|
1897 | self._repo.ui.debug( | |
1898 | b'skip updating dirstate: identity mismatch\n' |
|
1898 | b'skip updating dirstate: identity mismatch\n' | |
1899 | ) |
|
1899 | ) | |
|
1900 | # throw away anything we have. | |||
|
1901 | dirstate.invalidate() | |||
1900 | except error.LockError: |
|
1902 | except error.LockError: | |
1901 | pass |
|
1903 | pass | |
1902 | finally: |
|
1904 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now