mercurial/commands.py
changeset 48919 8b3f3f10e808
parent 48913 f254fc73d956
child 49172 5ad37b5bfb31
--- a/mercurial/commands.py	Mon Feb 21 11:07:29 2022 -0700
+++ b/mercurial/commands.py	Mon Feb 21 11:08:04 2022 -0700
@@ -3910,9 +3910,7 @@
                     hexremoterev = hex(remoterev)
                     bms = [
                         bm
-                        for bm, bmr in pycompat.iteritems(
-                            peer.listkeys(b'bookmarks')
-                        )
+                        for bm, bmr in peer.listkeys(b'bookmarks').items()
                         if bmr == hexremoterev
                     ]