mercurial/minirst.py
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
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
Mon, 25 Jan 2021 23:07:56 +0100 Pierre-Yves David minirst: respect escaping in definition list key
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
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
Fri, 26 Apr 2019 12:40:26 +0200 Sietse Brouwer minirst: support subsubsubsubsections (header level 5) with marker ''''
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Sun, 05 Aug 2018 13:34:04 +0900 Yuya Nishihara minirst: filter blocks by full path to section
Sun, 05 Aug 2018 13:34:58 +0900 Yuya Nishihara minirst: mark getsections() as an internal helper
Sun, 05 Aug 2018 13:13:06 +0900 Yuya Nishihara minirst: remove unused function decorateblocks()
Sun, 05 Aug 2018 12:11:19 +0900 Yuya Nishihara minirst: make format() simply return a formatted text
Sun, 05 Aug 2018 11:43:05 +0900 Yuya Nishihara minirst: extract function that formats parsed blocks as plain text
Sun, 05 Aug 2018 11:39:52 +0900 Yuya Nishihara minirst: unindent "if True" block in filtersections()
Sun, 05 Aug 2018 11:38:56 +0900 Yuya Nishihara minirst: extract function that filters parsed blocks by section name
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Fri, 27 Apr 2018 00:50:08 -0400 Augie Fackler minirst: fix bytes slicing defect on Python 3
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 05 Oct 2017 14:16:20 -0400 Augie Fackler python3: use our bytes-only version of cgi.escape everywhere
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Sun, 28 May 2017 15:47:43 -0400 Augie Fackler minirst: look for column delimiters using slices instead of indicies
Sun, 28 May 2017 13:36:02 -0400 Augie Fackler minirst: grab a byte, not an int, for the underline style
Sun, 28 May 2017 13:41:42 -0400 Augie Fackler minirst: use bytes.strip instead of str.strip
Wed, 29 Mar 2017 20:19:26 -0700 Gregory Szorc minirst: remove redundant _admonitions set
Wed, 29 Mar 2017 20:05:18 -0700 Gregory Szorc minirst: remove "admonition" from _admonitions
Wed, 29 Mar 2017 19:59:47 -0700 Gregory Szorc minirst: reindent _admonitiontitles
Sun, 12 Mar 2017 22:46:57 +0530 Pulkit Goyal minirst: use bytes.strip instead of str.strip
Sun, 12 Mar 2017 07:09:18 +0530 Pulkit Goyal minirst: make encoding.encoding unicodes to pass into encode() and decode()
Sun, 12 Mar 2017 06:59:37 +0530 Pulkit Goyal minirst: make regular expressions bytes
Wed, 15 Feb 2017 11:49:12 -0800 Gregory Szorc minirst: support passing admonitions into findadmonitions() and parse()
Wed, 15 Feb 2017 11:47:14 -0800 Gregory Szorc minirst: dynamically compile admonitions regexp
Wed, 15 Feb 2017 16:42:17 -0800 Gregory Szorc minirst: detect bullet lists using asterisks
Thu, 10 Nov 2016 16:33:41 -0500 Augie Fackler minirst: avoid shadowing a variable in a list comprehension
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori help: search section of help topic by translated section name correctly stable 3.8.2
Tue, 12 Jan 2016 06:03:36 +0000 timeless minirst: change hgrole to use single quotes
Fri, 01 Jan 2016 16:59:13 +0000 timeless help: include section heading if section depth changes
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Thu, 10 Sep 2015 10:48:20 -0400 timeless minirst: establish leveling for nested definitions
Thu, 03 Sep 2015 17:06:27 -0400 timeless minirst: handle edge in hunting for parents
Wed, 02 Sep 2015 15:12:08 -0400 timeless minirst: don't treat top level item as children of last item (issue4803)
Sun, 30 Aug 2015 19:03:38 -0400 timeless help: distinguish sections when multiple match (issue4802)
Sat, 08 Aug 2015 19:42:16 -0700 Gregory Szorc minirst: use absolute_import
Sat, 04 Jul 2015 23:11:32 -0400 Matt Harbison help: support 'hg help template.somekeyword'
Mon, 06 Oct 2014 07:35:53 -0400 Jordi Gutiérrez Hermoso help: show all nested subsections of a section with `hg help foo.section`
Mon, 06 Oct 2014 07:29:38 -0400 Jordi Gutiérrez Hermoso help: fix output of sections in `hg help foo.somesection`
Tue, 30 Sep 2014 16:40:10 -0500 Matt Mackall help: basic support for showing only specified topic sections
Tue, 30 Sep 2014 15:48:43 -0500 Matt Mackall minirst: allow multiple container types for prune
Fri, 13 Jun 2014 14:14:02 -0500 Matt Mackall minirst: explicitly decode substitutions
Wed, 12 Mar 2014 13:20:24 -0400 Augie Fackler minirst: move from dict() construction to {} literals
Wed, 19 Feb 2014 17:32:21 +0100 Simon Heimberg minirst: create valid output when table data contains a newline
Thu, 20 Feb 2014 02:39:01 +0100 Mads Kiilerich comments: fix minor spelling issues found with spell checker
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not add a 2nd empty paragraph stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: find admonitions before pruning comments and adding margins stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not fail on an empty admonition block stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not interpret a directive as a literal block stable
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen minirst: optimize HTML table generation a bit
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen minirst: HTML formatter tweaks
less more (0) -100 -60 tip