Mercurial > public > mercurial-scm > hg-stable
log mercurial/debugcommands.py @ 49012:c9774f5fa729
age | author | description |
---|---|---|
Mon, 21 Feb 2022 11:08:53 -0700 | Gregory Szorc | debugcommands: remove pycompat.iteritems() |
Thu, 03 Mar 2022 18:28:30 -0800 | Gregory Szorc | global: bulk replace simple pycompat.iteritems(x) with x.items() |