log doc/hgmanpage.py @ 53040:cdd7bf612c7b stable tip

age author description
Tue, 07 Jan 2025 16:46:21 -0500 Matt Harbison pyupgrade: drop `coding=UTF-8` comments
Mon, 06 Jan 2025 14:15:40 -0500 Matt Harbison py3: drop redundant `u''` prefixes on string literals
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
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
Mon, 07 Feb 2022 15:45:53 +0100 Mads Kiilerich doc: inspect.getargspec has been removed in Python 3.11 stable
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 04 Apr 2019 19:08:37 +0200 Philippe Pepiot hgmanpage: use a py2 and py3 compatible iterable protocol
Thu, 04 Apr 2019 19:08:05 +0200 Philippe Pepiot hgmanpage: use range instead of xrange
Mon, 04 Feb 2019 14:22:50 -0800 Gregory Szorc doc: escape backslash
Fri, 07 Oct 2016 07:43:04 -0400 Augie Fackler hgmanpage: stop using raw-unicode strings