log

age author description
Tue, 20 Feb 2024 23:46:21 +0100 Pierre-Yves David phases: leverage the collected information to record phase update
Wed, 21 Feb 2024 10:41:09 +0100 Pierre-Yves David phases: large rewrite on retract boundary
Thu, 22 Feb 2024 15:49:21 +0100 Pierre-Yves David phases: fast path public phase advance when everything is public
Wed, 21 Feb 2024 15:24:22 +0100 Pierre-Yves David phases: fast path retract of public phase
Tue, 20 Feb 2024 21:40:13 +0100 Pierre-Yves David phases: keep internal state as rev-num instead of node-id
Tue, 20 Feb 2024 21:40:08 +0100 Pierre-Yves David phases: do filtering at read time
Tue, 20 Feb 2024 21:38:01 +0100 Pierre-Yves David phases: always write with a repo
Tue, 20 Feb 2024 17:18:15 +0100 Pierre-Yves David phases: mark `phasecache.phaseroots` private
Tue, 20 Feb 2024 17:17:54 +0100 Pierre-Yves David phases: check secret presence the right way during discovery
Tue, 20 Feb 2024 14:21:18 +0100 Pierre-Yves David phases: explicitly filter stripped revision at strip time
Fri, 23 Feb 2024 04:26:03 +0100 Pierre-Yves David debug: add a debug::unbundle command that simulate the unbundle from a push
Thu, 22 Feb 2024 18:28:01 +0100 Pierre-Yves David perf: support --template on perf::phases stable
Wed, 14 Feb 2024 08:14:46 +0100 Zeger Van de Vannet annotate: limit output to range of lines
Mon, 12 Feb 2024 20:01:27 +0000 Arseniy Alekseyev revlog: add a Rust implementation of `headrevsdiff`
Thu, 21 Dec 2023 20:30:03 +0000 Arseniy Alekseyev revlog: add a C implementation of `headrevsdiff`
Thu, 21 Dec 2023 17:38:04 +0000 Arseniy Alekseyev unbundle: faster computation of changed heads
Wed, 21 Feb 2024 11:53:30 +0100 Raphaël Gomès branching: merge stable into default
Tue, 20 Feb 2024 10:47:47 -0500 Arun Kulshreshtha hg-core: separate timestamp and extra methods
Wed, 21 Feb 2024 02:12:58 +0100 Pierre-Yves David debugformat: fix formatting for compression level stable
Thu, 15 Feb 2024 11:39:18 -0500 Arun Kulshreshtha hg-core: implement timestamp line parsing
Wed, 14 Feb 2024 15:21:44 -0500 Jordi Gutiérrez Hermoso doc: document that labels must have a dot in them to have an effect
Thu, 15 Feb 2024 18:10:41 +0000 Arseniy Alekseyev tests: tweak chg test to make it fail less often stable
Thu, 15 Feb 2024 15:21:43 +0000 Arseniy Alekseyev cext: fix potential memory leaks of list items appended with PyList_Append stable
Wed, 14 Feb 2024 22:55:11 -0500 Jordi Gutiérrez Hermoso crecord: enable search hotkeys (issue6834)
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