log mercurial/pvec.py @ 49980:95ffa065204e

age author description
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 25 Mar 2020 08:28:20 -0700 Martin von Zweigbergk pvec: drop an unused `from __future__ import division`
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 30 Nov 2019 03:15:17 -0500 Matt Harbison pvec: fix a `str` type conditional for py3 stable