Home
last modified time | relevance | path

Searched refs:_topiccache (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/topic/
H A Dtopicmap.py121 class topiccache(_topiccache, branchmap.branchcache):
127 class remotetopiccache(_topiccache, branchmap.remotebranchcache):
161 class _topiccache(object): # combine me with branchmap.branchcache class
166 super(_topiccache, self).__init__(*args, **kwargs)
191 return super(_topiccache, self).branchtip(branch)
196 return super(_topiccache, self).branchheads(branch, closed=closed)
203 valid = super(_topiccache, self).validfor(repo)
221 super(_topiccache, self).write(repo)
229 return super(_topiccache, self).update(repo, revgen)
245 super(_topiccache, self).update(repo, revgen)
H A D__init__.py306 self._repo._topiccache[self.rev()] = topic
497 def _topiccache(self): member in reposetup.topicrepo
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/
H A Dserverminitopic.py151 class _topiccache(branchmap.branchcache): # combine me with branchmap.branchcache class
154 orig = super(_topiccache, cls).fromfile
160 super(_topiccache, self).__init__(*args, **kwargs)
184 valid = super(_topiccache, self).validfor(repo)
202 super(_topiccache, self).write(repo)
209 super(_topiccache, self).update(repo, revgen)
244 wrapclass(branchmap, 'branchcache', _topiccache)