changeset 48928 | ceafb0f81250 |
parent 48913 | f254fc73d956 |
child 48946 | 642e31cb55f0 |
--- a/mercurial/revlog.py Mon Feb 21 11:11:59 2022 -0700 +++ b/mercurial/revlog.py Mon Feb 21 11:12:26 2022 -0700 @@ -437,9 +437,7 @@ self._flagprocessors[REVIDX_ELLIPSIS] = ellipsisprocessor # revlog v0 doesn't have flag processors - for flag, processor in pycompat.iteritems( - opts.get(b'flagprocessors', {}) - ): + for flag, processor in opts.get(b'flagprocessors', {}).items(): flagutil.insertflagprocessor(flag, processor, self._flagprocessors) if self._chunkcachesize <= 0: