changeset 51381 | 7d85c6e59dd1 |
parent 50952 | 18c8c18993f0 |
child 51382 | 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).