mercurial/crecord.py
changeset 51379 7d85c6e59dd1
parent 50929 18c8c18993f0
child 51380 e68908edebba
--- a/mercurial/crecord.py	Wed Feb 14 15:23:59 2024 -0500
+++ b/mercurial/crecord.py	Wed Feb 14 22:40:47 2024 -0500
@@ -161,7 +161,7 @@
             except AttributeError:  # parent and/or grandparent was None
                 return None
 
-    def previtem(self):
+    def previtem(self, skipfolded=None):
         """
         Try to return the previous item closest to this item, regardless of
         item's type (header, hunk, or hunkline).