log

age author description
Wed, 14 Feb 2024 22:54:21 -0500 Jordi Gutiérrez Hermoso crecord: add handle(next|prev)search functions
Wed, 14 Feb 2024 22:53:58 -0500 Jordi Gutiérrez Hermoso crecord: add a searchdirection function
Wed, 14 Feb 2024 22:50:00 -0500 Jordi Gutiérrez Hermoso crecord: add a handlesearch function
Wed, 14 Feb 2024 22:48:09 -0500 Jordi Gutiérrez Hermoso crecord: add a showsearch function
Wed, 14 Feb 2024 22:46:41 -0500 Jordi Gutiérrez Hermoso crecord: add a default regex to curseschunkselector
Wed, 14 Feb 2024 22:43:51 -0500 Jordi Gutiérrez Hermoso crecord: add `content` properties to all nodes
Wed, 14 Feb 2024 22:42:08 -0500 Jordi Gutiérrez Hermoso crecord: update uiheader docstring
Wed, 14 Feb 2024 22:40:47 -0500 Jordi Gutiérrez Hermoso crecord: add skipfolded param to previtem
Wed, 14 Feb 2024 15:23:59 -0500 Jordi Gutiérrez Hermoso dispatch: don't attempt to import debugger as bytestring
Wed, 14 Feb 2024 11:53:04 -0500 Jordi Gutiérrez Hermoso debugsetparents: fix Marmoutian docstring
Tue, 13 Feb 2024 11:49:55 -0800 Martin von Zweigbergk docs: fix broken `make` in `docs/`
Wed, 10 Jan 2024 18:58:42 +0000 Arseniy Alekseyev branchmap: use mmap for faster revbranchcache loading
Fri, 02 Feb 2024 04:46:54 +0100 Manuel Jacob hghave: add py312 and py313
Fri, 02 Feb 2024 04:23:07 +0100 Manuel Jacob hghave: use strings instead of floats for version numbers passed to checkvers
Sat, 03 Feb 2024 23:45:08 +0100 Manuel Jacob py3: fully port doctest to py3
Fri, 02 Feb 2024 04:03:15 +0100 Manuel Jacob import-checker: make stdlib path detection work in virtual environments
Fri, 02 Feb 2024 03:39:37 +0100 Manuel Jacob cleanup: remove unnecessary list constructor calls around list comprehensions
Mon, 12 Feb 2024 16:22:47 +0100 Raphaël Gomès branching: merge stable into default
Mon, 12 Feb 2024 16:17:08 +0100 Raphaël Gomès Added signature for changeset 3fd1efb3ad12 stable
Mon, 12 Feb 2024 16:16:10 +0100 Raphaël Gomès Added tag 6.6.3 for changeset 3fd1efb3ad12 stable
Mon, 12 Feb 2024 16:14:18 +0100 Raphaël Gomès relnotes: add 6.6.3 stable 6.6.3
Mon, 08 Jan 2024 15:25:33 +0000 Arseniy Alekseyev tests: fix nondeterministic test failure in test-contrib-perf.t stable
Thu, 01 Feb 2024 19:35:35 -0500 Jordi Gutiérrez Hermoso grep: restore usage of --include/--exclude options stable
Tue, 30 Jan 2024 22:14:02 +0000 Arun Kulshreshtha rust-changelog: don't panic on empty file lists stable
Wed, 24 Jan 2024 13:49:29 -0300 Anton Shestakov tests: use sha256line.py instead of /dev/random in test-censor.t (issue6858) stable
Wed, 24 Jan 2024 13:35:30 -0300 Anton Shestakov tests: make sha256line.py available for all tests stable
Thu, 23 Nov 2023 22:51:01 +0100 Pierre-Yves David delta-find: pass the full deltainfo to the _DeltaSearch class
Sun, 07 Jan 2024 05:20:00 +0100 Pierre-Yves David delta-find: move sparse-revlog pre-filtering in the associated class
Sun, 07 Jan 2024 05:16:08 +0100 Pierre-Yves David delta-find: move sparse-revlog delta checks in the associated class
Sun, 07 Jan 2024 04:39:18 +0100 Pierre-Yves David delta-find: split the _DeltaSearch class in two