mercurial/repository.py
changeset 39785 979e9f124caa
parent 39778 a6b3c4c1019f
child 39842 97986c9c69d3
--- a/mercurial/repository.py	Tue Sep 18 19:00:17 2018 -0700
+++ b/mercurial/repository.py	Tue Sep 18 19:26:44 2018 -0700
@@ -525,14 +525,6 @@
         If ``nullrev`` is in the set, this is equivalent to ``revs()``.
         """
 
-    def headrevs():
-        """Obtain a list of revision numbers that are DAG heads.
-
-        The list is sorted oldest to newest.
-
-        TODO determine if sorting is required.
-        """
-
     def heads(start=None, stop=None):
         """Obtain a list of nodes that are DAG heads, with control.