log tests/test-doctest.py @ 52197:d0e728b0db0e stable tip

age author description
Sun, 27 Oct 2024 17:29:18 -0400 Matt Harbison tests: skip doctests that use `time.tzset()` on Windows
Mon, 07 Oct 2024 12:08:48 +0100 Arseniy Alekseyev tests: hopefully fix `test-doctest.py` on Windows and more
Sat, 26 Oct 2024 04:16:00 +0200 Pierre-Yves David branching: merge stable into default
Tue, 08 Oct 2024 21:46:22 +0200 Pierre-Yves David branching: merge stable into default
Wed, 02 Oct 2024 14:51:56 +0100 Arseniy Alekseyev tests: always access the mercurial repo through `helpers-testrepo.sh`
Thu, 11 Jan 2024 21:58:55 +0100 Mads Kiilerich tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position
Thu, 11 Jan 2024 21:58:55 +0100 Mads Kiilerich tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position stable
Tue, 08 Oct 2024 20:50:46 +0200 Pierre-Yves David doctest: use the system hg to find the list of file to tests stable
Tue, 03 Jan 2023 23:47:29 -0500 Matt Harbison tests: drop py2 support from test-doctest.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 11 Feb 2022 23:43:17 +0100 Raphaël Gomès dirstate-v2: fix infinite loop in pure packer stable
Fri, 16 Apr 2021 01:18:28 +0200 Pierre-Yves David parselist: move the function from config to stringutil
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 08 Oct 2020 13:45:56 -0700 Martin von Zweigbergk tests: fix test-check-module-imports.t broken by D9150 stable
Mon, 05 Oct 2020 15:08:15 +0200 Joerg Sonnenberger tests: skip doctests if not running from a hg repo stable
Sun, 29 Mar 2020 15:29:39 -0700 Gregory Szorc tests: perform grep manually in test-doctest.py
Thu, 12 Mar 2020 20:18:52 -0700 Kyle Lippincott tests: make test-doctest.t automatically find files to run tests on
Fri, 13 Mar 2020 19:25:37 -0700 Kyle Lippincott tests: make test-doctest.t module list match reality
Mon, 25 Nov 2019 12:33:06 -0800 Jun Wu test-doctest: include dateutil
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 15 Jan 2019 22:57:09 +0800 Anton Shestakov revset: support ranges in #generations relation
Tue, 13 Nov 2018 14:41:04 +0100 Boris Feld tests: add `revlogutils.deltas` module to doctests
Tue, 10 Jul 2018 10:04:44 +0200 Boris Feld revlog: add a doctest to _trimchunk
Sat, 03 Mar 2018 14:08:44 -0800 Danny Hooper fix: new extension for automatically modifying file contents
Thu, 22 Mar 2018 21:19:31 +0900 Yuya Nishihara stringutil: move generic string helpers to new module
Sun, 07 Jan 2018 11:53:07 +0900 Yuya Nishihara cmdutil: expand filename format string by templater (BC)
Thu, 23 Nov 2017 22:04:53 +0900 Yuya Nishihara fancyopts: add early-options parser compatible with getopt() stable
Wed, 27 Sep 2017 21:38:48 +0900 Yuya Nishihara doctest: drop hack to run py2/3 tests selectively
Wed, 27 Sep 2017 19:27:41 +0900 Yuya Nishihara py3: work around bytes/unicode divergence in parsedate()