##// END OF EJS Templates
status: fix post status invalidation...
marmoute -
r50951:1f369ca9 default
parent child Browse files
Show More
@@ -1897,6 +1897,8 b' class workingctx(committablectx):'
1897 1897 self._repo.ui.debug(
1898 1898 b'skip updating dirstate: identity mismatch\n'
1899 1899 )
1900 # throw away anything we have.
1901 dirstate.invalidate()
1900 1902 except error.LockError:
1901 1903 pass
1902 1904 finally:
General Comments 0
You need to be logged in to leave comments. Login now