mercurial/localrepo.py
changeset 18279 679767c38cb5
parent 18278 753acee7d6dd
child 18305 2502a15e033d
--- a/mercurial/localrepo.py	Sun Jan 06 04:41:11 2013 +0100
+++ b/mercurial/localrepo.py	Sun Jan 06 04:28:52 2013 +0100
@@ -91,10 +91,10 @@
         return self._repo.lookup(key)
 
     def branchmap(self):
-        return discovery.visiblebranchmap(self._repo)
+        return self._repo.branchmap()
 
     def heads(self):
-        return discovery.visibleheads(self._repo)
+        return self._repo.heads()
 
     def known(self, nodes):
         return self._repo.known(nodes)