mercurial/pvec.py
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
Wed, 06 Nov 2019 15:15:42 -0500 Augie Fackler pvec: add an explicit type hint to help pytype
Wed, 06 Nov 2019 15:17:38 -0500 Augie Fackler pvec: migrate to modern integer division
Wed, 06 Nov 2019 15:15:00 -0500 Augie Fackler pvec: fix overlooked chr() call
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Wed, 26 Apr 2017 21:56:47 +0900 Yuya Nishihara base85: proxy through util module
Mon, 21 Dec 2015 21:32:58 -0800 Gregory Szorc pvec: use absolute_import
Thu, 12 Mar 2015 23:18:20 -0400 Matt Harbison pvec: replace 'ctx._repo' with 'ctx.repo()'
Fri, 12 Apr 2013 17:20:09 -0700 Bryan O'Sullivan pvec: use the correct name for an identifier
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Mon, 12 Mar 2012 13:37:39 -0500 Matt Mackall pvec: introduce pvecs
less more (0) tip