Show More
@@ -1889,7 +1889,7 b' class workingctx(committablectx):' | |||||
1889 | for ps in poststatus: |
|
1889 | for ps in poststatus: | |
1890 | ps(self, status) |
|
1890 | ps(self, status) | |
1891 | except error.LockError: |
|
1891 | except error.LockError: | |
1892 | pass |
|
1892 | dirstate.invalidate() | |
1893 | finally: |
|
1893 | finally: | |
1894 | # Even if the wlock couldn't be grabbed, clear out the list. |
|
1894 | # Even if the wlock couldn't be grabbed, clear out the list. | |
1895 | self._repo.clearpostdsstatus() |
|
1895 | self._repo.clearpostdsstatus() |
General Comments 0
You need to be logged in to leave comments.
Login now