changeset 50502 | 32b4c2bbdb94 |
parent 50501 | 862e3a13da44 |
child 50509 | a32d739b0ffb |
--- a/hgext/remotefilelog/remotefilelogserver.py Tue May 16 10:43:36 2023 +0200 +++ b/hgext/remotefilelog/remotefilelogserver.py Tue May 16 10:44:25 2023 +0200 @@ -187,7 +187,7 @@ if not state.match(entry.target_id): yield entry - for x in repo.store.topfiles(): + for x in repo.store.top_entries(): if state.noflatmf and x[1][:11] == b'00manifest.': continue yield x