log hgext/releasenotes.py @ 51834:454feddab720 default tip

age author description
Sun, 20 Aug 2023 17:09:33 -0400 Matt Harbison releasenotes: migrate `opts` to native kwargs
Thu, 05 Jan 2023 17:04:16 -0500 Matt Harbison releasenotes: fix a typo in a comment
Fri, 06 Jan 2023 13:04:50 -0500 Matt Harbison typing: suppress a bunch of potential import-error cases in extensions
Fri, 30 Sep 2022 09:05:48 -0600 Craig Ozancin releasenotes: use re.MULTILINE mode when checking admonitions
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
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
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 18 Aug 2021 15:05:25 +0200 Pierre-Yves David pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein stable
Sat, 06 Mar 2021 06:32:25 +0100 Pierre-Yves David releasenotes: use the right API to access the 'sections'
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Mon, 27 Jan 2020 09:14:19 -0800 Martin von Zweigbergk cmdutil: change check_incompatible_arguments() *arg to single iterable
Thu, 12 Dec 2019 22:30:59 -0800 Martin von Zweigbergk releasenotes: extract helper for checking for incompatible arguments