diff mercurial/statichttprepo.py @ 18125:ad194a8ab5c1

branchmap: add the tipnode (cache key) on the branchcache object Gathering data and cache key paves the way to a lot of simplification.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Sat, 22 Dec 2012 01:59:05 +0100
parents ffd589d4b785
children b9026ba002f6
line wrap: on
line diff
--- a/mercurial/statichttprepo.py	Sat Dec 22 01:44:42 2012 +0100
+++ b/mercurial/statichttprepo.py	Sat Dec 22 01:59:05 2012 +0100
@@ -135,7 +135,6 @@
         self._tags = None
         self.nodetagscache = None
         self._branchcache = None
-        self._branchcachetip = None
         self.encodepats = None
         self.decodepats = None