doc/hgmanpage.py
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
Sat, 14 May 2016 14:37:25 +0900 Yuya Nishihara doc: remove double imports of inspect from hgmanpage.py
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Fri, 13 May 2016 03:18:04 +0530 Pulkit Goyal py3: make raise statement python3 compatible
Sun, 17 Apr 2016 00:23:05 +0530 Pulkit Goyal py3: make hgmanpage use absolute_import
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Tue, 08 Sep 2015 13:22:01 -0400 timeless hgmanpage: fix grammar
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 01 Jul 2013 20:48:56 +0200 Simon Heimberg cleanup: drop unused variables and an unused import
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Fri, 17 Aug 2012 13:58:19 -0700 timeless spelling: Structured
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: don't/do not
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Tue, 08 May 2012 23:59:39 +0400 Nikolaj Sjujskij build: fix hgrc manpage building with docutils 0.9 stable
Wed, 29 Jun 2011 15:00:00 +0200 Thomas Arendsen Hein classes: fix class style problems found by b071cd58af50 stable
Thu, 16 Jun 2011 19:34:42 +0200 Satish Balay hgmanpage: adapt to Docutils 0.8 API change
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Thu, 22 Jul 2010 14:33:50 +0900 Nicolas Dumazet doc: remove has_key usage in hgmanpage stable
Wed, 21 Jul 2010 17:51:37 +0200 Mads Kiilerich doc: make sure we use our own code for generating man pages stable
less more (0) tip