mercurial/localrepo.py
changeset 18222 47f00b0de337
parent 18221 082d6929fd4d
child 18223 6d6d0248530b
--- a/mercurial/localrepo.py	Fri Dec 21 17:19:52 2012 +0100
+++ b/mercurial/localrepo.py	Wed Jan 02 01:36:57 2013 +0100
@@ -652,8 +652,6 @@
 
     def branchmap(self):
         '''returns a dictionary {branch: [branchheads]}'''
-        if self.filtername and not self.changelog.filteredrevs:
-            return self.unfiltered().branchmap()
         branchmap.updatecache(self)
         return self._branchcaches[self.filtername]