mercurial/cext/revlog.c
changeset 51968 8060257fd918
parent 51427 d361d7bfb7dc
child 51979 609700e5d8df
--- a/mercurial/cext/revlog.c	Wed Sep 25 17:11:32 2024 +0200
+++ b/mercurial/cext/revlog.c	Thu Sep 26 00:50:21 2024 +0200
@@ -3352,9 +3352,7 @@
     {"replace_sidedata_info", (PyCFunction)index_replace_sidedata_info,
      METH_VARARGS, "replace an existing index entry with a new value"},
     {"headrevs", (PyCFunction)index_headrevs, METH_VARARGS,
-     "get head revisions"}, /* Can do filtering since 3.2 */
-    {"headrevsfiltered", (PyCFunction)index_headrevs, METH_VARARGS,
-     "get filtered head revisions"}, /* Can always do filtering */
+     "get head revisions"},
     {"issnapshot", (PyCFunction)index_issnapshot, METH_O,
      "True if the object is a snapshot"},
     {"findsnapshots", (PyCFunction)index_findsnapshots, METH_VARARGS,