log hgext/convert/convcmd.py @ 51684:20e2a20674dc

age author description
Tue, 29 Aug 2023 22:13:18 +0200 Pierre-Yves David convert: stabilize subversion date sorter
Thu, 23 Feb 2023 23:25:28 +0100 Arseniy Alekseyev convert: use a priority queue for sorting commits, to make sorting faster
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 12:42:48 -0700 Gregory Szorc py3: stop using util.iterfile()
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements