Submitter | phabricator |
---|---|
Date | March 3, 2022, 9:23 p.m. |
Message ID | <differential-rev-PHID-DREV-xn6qbrdnw6csgaormxiq-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50665/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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 ]