diff hgext3rd/topic/__init__.py @ 6566:cb009f13126a

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 11 Oct 2023 13:45:08 -0300
parents 2d3771d61068 ba8354de1c4d
children d511eba4cdb0
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Sat Sep 30 15:41:05 2023 -0300
+++ b/hgext3rd/topic/__init__.py	Wed Oct 11 13:45:08 2023 -0300
@@ -753,6 +753,7 @@
                                                       closed=closed)
 
         def invalidatecaches(self):
+            self._tnscache.clear()
             self._topiccache.clear()
             super(topicrepo, self).invalidatecaches()