hgext/releasenotes.py
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
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Mon, 04 Feb 2019 08:54:30 -0800 Gregory Szorc global: use raw strings for regular expressions with escapes
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 13 Oct 2018 12:29:43 +0200 Yuya Nishihara releasenotes: use stringutil.wrap() instead of handcrafted TextWrapper wrapper
Sat, 13 Oct 2018 04:00:47 -0400 Augie Fackler releasenotes: fix remaining bytes/unicode issues caught by tests
Sat, 13 Oct 2018 03:27:21 -0400 Augie Fackler relnotes: port to Python 3
Sun, 04 Mar 2018 00:25:58 +0530 Rishabh Madan releasenotes: allow notes for multiple directives in a single changeset
Sun, 04 Mar 2018 00:15:35 +0530 Rishabh Madan releasenotes: mention changeset with warning and abort
Sat, 03 Mar 2018 23:47:22 +0530 Rishabh Madan releasenotes: replace abort with warning while parsing (issue5775)
Mon, 23 Oct 2017 00:05:04 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/releasenotes.py
Mon, 16 Oct 2017 22:46:37 +0530 Pulkit Goyal releasenotes: show a warning if fuzzywuzzy is not present
Mon, 16 Oct 2017 22:46:11 +0530 Pulkit Goyal releasenotes: move import of fuzzywuzzy to import level
Sun, 15 Oct 2017 20:31:44 +0530 Pulkit Goyal releasenotes: don't abort is there is a bad formatted entry for releasenotes
Sun, 15 Oct 2017 20:29:16 +0530 Pulkit Goyal releasenotes: make the import of fuzzywuzzy optional
Mon, 16 Oct 2017 22:19:02 +0530 Pulkit Goyal releasenotes: fix documentation of similaritycheck()
Sun, 15 Oct 2017 20:32:10 +0530 Pulkit Goyal releasenotes: add pager support when printing to the ui
Sun, 01 Oct 2017 14:37:50 +0100 Rishabh Madan releasenotes: display release notes when no filename is specified
Tue, 29 Aug 2017 00:21:25 +0530 Rishabh Madan releasenotes: update docstrings with information on additional flags
Thu, 28 Sep 2017 13:22:58 +0530 Rishabh Madan releasenotes: raise error on simultaneous usage of flags
Mon, 28 Aug 2017 04:11:58 +0530 Rishabh Madan releasenotes: view admonition titles using -l flag
Sun, 13 Aug 2017 19:58:45 +0530 Rishabh Madan releasenotes: add check flag for use of admonitions and its validity
Sat, 12 Aug 2017 09:21:42 +0530 Rishabh Madan releasenotes: minor bug fix for index error while serializing
Sat, 05 Aug 2017 05:25:36 +0530 Rishabh Madan releasenotes: add similarity check function to compare incoming notes
Tue, 18 Jul 2017 23:04:08 +0530 Rishabh Madan releasenotes: add custom admonitions support for release notes
Fri, 23 Jun 2017 17:15:53 +0200 Rishabh Madan releasenotes: improve parsing around bullet points
Fri, 02 Jun 2017 23:33:30 +0200 Gregory Szorc releasenotes: command to manage release notes files
less more (0) tip