changeset 50501 | 862e3a13da44 |
parent 50497 | 0bd214f83216 |
child 51016 | 66c139d33cfe |
--- a/mercurial/revlogutils/rewrite.py Mon May 15 22:03:39 2023 +0200 +++ b/mercurial/revlogutils/rewrite.py Tue May 16 10:43:36 2023 +0200 @@ -824,7 +824,7 @@ with context(): files = list( entry - for entry in repo.store.datafiles() + for entry in repo.store.data_entries() if entry.is_revlog and entry.is_filelog )