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()
|
Wed, 27 Sep 2017 19:08:23 +0900 |
Yuya Nishihara |
py3: replace str(None) with literal in convcmd.py
|
Wed, 27 Sep 2017 19:04:32 +0900 |
Yuya Nishihara |
py3: remove use of str() in hgwebdir
|
Sun, 17 Sep 2017 12:39:53 +0900 |
Yuya Nishihara |
py3: convert system strings to bytes in doctest of formatter.py
|
Sun, 17 Sep 2017 12:26:42 +0900 |
Yuya Nishihara |
py3: use bytes os.sep in doctest of pathutil.py
|
Sun, 17 Sep 2017 12:23:16 +0900 |
Yuya Nishihara |
py3: fix doctests in patch.py to be compatible with Python 3
|
Sat, 16 Sep 2017 22:55:48 +0900 |
Yuya Nishihara |
py3: use 'surrogatepass' error handler to process U+DCxx transparently
|
Sun, 03 Sep 2017 17:28:47 +0900 |
Yuya Nishihara |
py3: iterate bytes as a byte string in store.lowerencode()
|
Sun, 03 Sep 2017 15:32:45 +0900 |
Yuya Nishihara |
py3: iterate bytes as a byte string in dagparser.py
|
Sun, 03 Sep 2017 17:47:21 +0900 |
Yuya Nishihara |
py3: convert function name to bytes in ui.configwith()
|
Wed, 23 Aug 2017 10:51:26 -0400 |
Augie Fackler |
drawdag: add a couple of doctests to help with python3 porting
|
Sun, 03 Sep 2017 15:09:04 +0900 |
Yuya Nishihara |
doctest: enable tests by default on Python 3
|