hgext3rd/evolve/depthcache.py
changeset 4804 079dbf36e884
parent 4755 8664231b47ac
child 4806 44629ae21b84
--- a/hgext3rd/evolve/depthcache.py	Tue Aug 06 11:17:38 2019 +0200
+++ b/hgext3rd/evolve/depthcache.py	Tue Aug 06 11:26:29 2019 +0200
@@ -79,7 +79,7 @@
 
         @localrepo.unfilteredmethod
         def destroyed(self):
-            if 'depthcache' in vars(self):
+            if r'depthcache' in vars(self):
                 self.depthcache.clear()
             super(depthcacherepo, self).destroyed()