log

age author description
Mon, 18 Nov 2024 15:42:09 +0100 Dan Villiom Podlaski Christiansen rust: fix darwin build default tip
Mon, 04 Nov 2024 15:28:32 +0100 Raphaël Gomès rust: remove `atty` dependency
Mon, 04 Nov 2024 15:33:17 +0100 Raphaël Gomès rust: update `env_logger` dependency
Mon, 04 Nov 2024 15:23:41 +0100 Raphaël Gomès rust: update `clap` to the latest 4.x version
Mon, 04 Nov 2024 15:17:54 +0100 Raphaël Gomès rust: fix `cargo doc` warnings
Mon, 04 Nov 2024 13:43:36 +0100 Raphaël Gomès rust-compression: move the `Send` bound to the `Compressor` trait
Mon, 04 Nov 2024 12:10:22 +0100 Raphaël Gomès rust-inner-revlog: cache the compressor
Mon, 04 Nov 2024 11:26:41 +0100 Raphaël Gomès rust-lib: remove exports for not too common pattern-related types
Mon, 04 Nov 2024 11:21:43 +0100 Raphaël Gomès rust-lib: move `PatternError` to the `filepatterns` module
Mon, 04 Nov 2024 11:18:36 +0100 Raphaël Gomès rust-lib: move `Dirstate*Error` to the `dirstate` module
Mon, 04 Nov 2024 11:13:05 +0100 Raphaël Gomès rust-lib: only export very common types to the top of the crate
Mon, 04 Nov 2024 11:07:05 +0100 Raphaël Gomès rust-dirstate: remove star exports
Mon, 04 Nov 2024 11:00:58 +0100 Raphaël Gomès rust-dirstate: merge `dirstate_tree` module into `dirstate`
Mon, 04 Nov 2024 10:38:17 +0100 Raphaël Gomès rust-revlog: rename `end` to `data_end`
Mon, 04 Nov 2024 10:37:42 +0100 Raphaël Gomès rust-revlog: rename `start` to `data_start`
Mon, 04 Nov 2024 10:36:45 +0100 Raphaël Gomès rust-revlog: rename `length` to `data_compressed_length`
Tue, 29 Oct 2024 12:03:55 +0100 Raphaël Gomès rust-vfs: rename `open` to `open_write` and `open_read` to `open`
Tue, 29 Oct 2024 11:41:27 +0100 Raphaël Gomès rust-status: fix a future compilation error
Tue, 29 Oct 2024 11:35:41 +0100 Raphaël Gomès rust-cpython: remove outdated test
Tue, 29 Oct 2024 11:35:01 +0100 Raphaël Gomès rust: fix clippy lints
Tue, 29 Oct 2024 11:00:04 +0100 Raphaël Gomès rust: normalize `_for_unchecked_rev` naming among revlogs and the index
Tue, 12 Nov 2024 12:45:23 +0100 Pierre-Yves David ci: add a small script one can run to purge older pipeline
Mon, 11 Nov 2024 21:25:03 -0500 Matt Harbison sslutil: bump the default minimum TLS version of the client to 1.2 (BC)
Mon, 11 Nov 2024 13:03:13 -0500 Matt Harbison help: modernize the help text for `hostsecurity.minimumprotocol`
Mon, 11 Nov 2024 12:08:26 -0500 Matt Harbison tests: stop killing (most) https servers individually
Mon, 21 Dec 2020 20:21:46 -0500 Matt Harbison sslutil: add support for clients to set TLSv1.3 as the minimum protocol
Mon, 21 Dec 2020 13:50:25 -0500 Matt Harbison run-tests: add a 4th `HGPORT` value
Mon, 11 Nov 2024 12:32:04 -0500 Matt Harbison sslutil: drop the unused `commonssloptions()`
Wed, 20 Nov 2024 16:31:40 -0500 Matt Harbison sslutil: de-indent the Python 3.7+ code from the previous commit
Fri, 08 Nov 2024 19:48:06 -0500 Matt Harbison sslutil: drop support for Python prior to 3.7
Tue, 12 Nov 2024 23:20:04 +0100 Raphaël Gomès rust-manifest: use `memchr` crate for all byte-finding needs
Wed, 30 Oct 2024 19:38:56 -0700 Brian Hulette histedit-continue: wire up `hg continue` and `histedit`
Wed, 20 Nov 2024 15:53:19 +0100 Raphaël Gomès branching: merge stable into default
Wed, 20 Nov 2024 15:38:57 +0100 Raphaël Gomès Added signature for changeset b267c5764cc6 stable
Wed, 20 Nov 2024 15:38:54 +0100 Raphaël Gomès Added tag 6.9 for changeset b267c5764cc6 stable
Wed, 20 Nov 2024 14:41:23 +0100 Raphaël Gomès relnotes: write final 6.9 notes stable 6.9
Wed, 20 Nov 2024 06:33:43 +0100 Pierre-Yves David rust: add some warning about using Rust stable
Wed, 20 Nov 2024 06:32:35 +0100 Pierre-Yves David rust: update install instruction stable
Wed, 20 Nov 2024 12:09:35 +0100 Pierre-Yves David ci: add sink for wheels too stable
Wed, 13 Nov 2024 22:42:35 +0100 Pierre-Yves David wheel: also build wheel for linux arm64 in the CI stable
Fri, 15 Nov 2024 21:52:31 -0500 Matt Harbison contrib: add a script to build all of the wheels on macOS stable
Mon, 18 Nov 2024 15:02:59 +0100 Raphaël Gomès rhg-status: rename a variable to be more explicit stable
Mon, 18 Nov 2024 15:02:07 +0100 Raphaël Gomès rhg-status: use `Filelog` default options when opening filelogs stable
Fri, 15 Nov 2024 23:50:35 +0100 Pierre-Yves David wheels: make sure we create the `dist/` directory in the make target stable
Fri, 15 Nov 2024 23:34:43 +0100 Pierre-Yves David wheels: remove deprecated blacklist stable
Thu, 14 Nov 2024 16:11:52 -0500 Matt Harbison contrib: add a bat file to build all of the wheels on Windows stable
Thu, 14 Nov 2024 15:36:41 -0500 Matt Harbison contrib: install the arm64 compiler tools in the Windows dependency script stable
Fri, 15 Nov 2024 17:36:38 +0100 Pierre-Yves David wheels: also build the i686 wheel in the CI stable
Fri, 15 Nov 2024 16:22:01 +0100 Pierre-Yves David wheel: reintroduce the building of i686 wheel stable
Fri, 15 Nov 2024 07:20:12 +0100 Pierre-Yves David wheel: also build the musl wheel in the ci stable
Thu, 14 Nov 2024 22:09:36 +0100 Pierre-Yves David wheel: add a target for amdx86_64-musl wheels stable
Fri, 15 Nov 2024 16:27:41 +0100 Pierre-Yves David packaging: factor the linux-wheels-x86_64 a bit stable
Fri, 15 Nov 2024 16:25:38 +0100 Pierre-Yves David packaging: propagate the make option to packaging target stable
Fri, 15 Nov 2024 16:24:39 +0100 Pierre-Yves David packaging: remove the i686 wheel from the linux-wheels target stable
Fri, 15 Nov 2024 16:41:30 +0100 Pierre-Yves David wheels: rely on the image config to be able to access the repository stable
Fri, 15 Nov 2024 16:34:50 +0100 Pierre-Yves David packaging: explain why we purge while building wheels stable
Fri, 15 Nov 2024 00:01:34 +0100 Pierre-Yves David ci: for branches, use a single trigger stable
Thu, 14 Nov 2024 22:44:25 +0100 Pierre-Yves David ci: add "sink" for parallel tests stable
Fri, 15 Nov 2024 00:29:37 +0100 Pierre-Yves David ci: abstract the branch matching regexp stable
Thu, 14 Nov 2024 16:45:23 +0100 Raphaël Gomès branching: merge stable into default
Thu, 14 Nov 2024 16:44:32 +0100 Raphaël Gomès relnotes: fix 6.9rc1 stable
Thu, 14 Nov 2024 16:14:53 +0100 Raphaël Gomès Added signature for changeset 31d45a1cbc47 stable
Thu, 14 Nov 2024 16:14:51 +0100 Raphaël Gomès Added tag 6.9rc1 for changeset 31d45a1cbc47 stable
Thu, 14 Nov 2024 14:55:54 +0100 Raphaël Gomès relnotes: add 6.9rc1 stable 6.9rc1
Wed, 13 Nov 2024 17:24:28 +0100 Pierre-Yves David ci: let the Windows runner decide how many job they want to run stable
Sat, 09 Nov 2024 02:55:33 +0100 Pierre-Yves David ci: adds a trigger for all pycompat jobs stable
Sun, 10 Nov 2024 02:11:13 +0100 Pierre-Yves David wheel: build windows wheel for ARM64 too stable
Wed, 13 Nov 2024 21:17:46 +0100 Pierre-Yves David setup: preserve version part after the "+" on Windows stable
Wed, 13 Nov 2024 16:13:28 +0100 Pierre-Yves David setup: make sure Rust build its extension for the right python stable
Wed, 13 Nov 2024 13:33:36 +0100 Pierre-Yves David clone: properly exclude rev-branch-cache from post clone cache warming stable
Tue, 12 Nov 2024 02:22:40 +0100 Pierre-Yves David wheels: update the Linux wheels make target stable
Wed, 13 Nov 2024 04:20:54 +0100 Pierre-Yves David wheels: factor the core of Linux wheel building into a script stable
Sat, 09 Nov 2024 01:31:14 +0100 Pierre-Yves David wheel: add a job uploading nightly build stable
Sat, 09 Nov 2024 01:19:17 +0100 Pierre-Yves David wheel: add a platform level to the wheel directories stable
Wed, 13 Nov 2024 14:34:40 +0100 Pierre-Yves David setup: use the same code to compute tag from archive stable
Wed, 13 Nov 2024 14:28:25 +0100 Pierre-Yves David setup: factor version computation in a function stable
Wed, 13 Nov 2024 14:13:35 +0100 Pierre-Yves David setup: remote a debug statement that slipped through stable
Sun, 10 Nov 2024 00:48:08 +0100 Pierre-Yves David wheel: enforce that translation being build for windows wheel stable
Sun, 10 Nov 2024 02:40:44 +0100 Pierre-Yves David ci: shard the tests on windows too stable
Wed, 13 Nov 2024 00:52:13 +0100 Pierre-Yves David wheel: test the built wheel in the windows tests stable
Sun, 10 Nov 2024 02:10:56 +0100 Pierre-Yves David wheel: explicitly list built architecture stable
Sun, 10 Nov 2024 00:59:43 +0100 Pierre-Yves David wheel: build Windows wheels too stable
Sun, 10 Nov 2024 03:02:15 +0100 Pierre-Yves David wheel: make --hg-wheel works on Windows stable
Sun, 10 Nov 2024 00:59:21 +0100 Pierre-Yves David wheel: assign CIBW_SKIP globally stable
Sun, 10 Nov 2024 22:30:02 +0100 Pierre-Yves David windows: simply rely on the PATH adjustment to find python.exe in tests stable
Sun, 10 Nov 2024 02:39:27 +0100 Pierre-Yves David ci: adjust port range on windows too stable
Mon, 11 Nov 2024 23:44:04 +0100 Pierre-Yves David windows: skip test-clonebundles-autogen.t in the CI stable
Wed, 13 Nov 2024 00:53:18 +0100 Pierre-Yves David ci: split the windows runtest invocation into more granular variables stable
Sat, 09 Nov 2024 23:36:30 +0100 Pierre-Yves David ci: again common element into a `.windows` template stable
Sat, 09 Nov 2024 23:28:36 +0100 Pierre-Yves David ci: use a concurrency safe TMP dir on Windows stable
Mon, 11 Nov 2024 16:42:20 +0100 Pierre-Yves David windows: adjust PYTHONPATH update in test-status-color.t stable
Mon, 11 Nov 2024 16:41:16 +0100 Pierre-Yves David windows: work around argument size limitation in test-bookmarks-pushpull.t stable
Mon, 11 Nov 2024 12:52:53 +0100 Pierre-Yves David tests: drop PYTHONPATH manipulation in test-pushvars.t stable
Mon, 11 Nov 2024 05:42:44 +0100 Pierre-Yves David run-tests: cleanup the "output" directory after the related tests stable
Mon, 11 Nov 2024 11:13:34 +0100 Pierre-Yves David run-tests: focus on listing the selected test for the shard tests stable
Sun, 10 Nov 2024 00:46:44 +0100 Pierre-Yves David wheel: enforce that translation being build for macos wheel stable
Sat, 09 Nov 2024 00:59:59 +0100 Pierre-Yves David dev-version: change the scheme of non tagged version stable
Tue, 12 Nov 2024 12:52:13 +0100 Raphaël Gomès rust-update: handle SIGINT from long-running update threads stable
Fri, 08 Nov 2024 17:08:11 +0100 Pierre-Yves David ci: shard the test run on mac os X stable
Thu, 22 Sep 2022 01:02:06 +0200 Pierre-Yves David run-tests: implement crude sharding support stable
Fri, 08 Nov 2024 21:41:02 +0100 Pierre-Yves David ci: have the mac test run if you trigger building the mac wheel stable
Fri, 08 Nov 2024 21:22:02 +0100 Pierre-Yves David ci: adjust the starting port range to runner concurrency stable
Fri, 08 Nov 2024 17:28:33 +0100 Pierre-Yves David ci: move the "tempory work dir" to "concurrency-safe" location stable
Mon, 28 Oct 2024 03:29:29 +0100 Pierre-Yves David ci: abstract the of absolute /tmp/ path stable
Fri, 08 Nov 2024 14:56:54 +0100 Pierre-Yves David ci: rationalize variable usage stable
Fri, 08 Nov 2024 14:44:56 +0100 Pierre-Yves David ci: move some variables closer to their usage stable
Fri, 08 Nov 2024 14:35:57 +0100 Pierre-Yves David ci: use extends instead of <<: *x stable
Thu, 07 Nov 2024 17:22:05 +0100 Pierre-Yves David ci: use the macos wheel to run tests stable
Tue, 15 Oct 2024 05:17:37 +0200 Pierre-Yves David wheel: build mac os wheel through the CI stable
Fri, 08 Nov 2024 12:53:40 +0100 Pierre-Yves David pycompat: drop some now useless workaround for makedirs stable
Thu, 07 Nov 2024 23:13:32 +0100 Pierre-Yves David run-tests: install wheel using --prefix instead of --user stable
Fri, 08 Nov 2024 02:02:32 +0100 Pierre-Yves David ci: automatically compute the python tag we use to identify tag stable
Fri, 08 Nov 2024 02:50:34 +0100 Pierre-Yves David pytype: add relative timestamp to the output if `ts` is available stable
Wed, 06 Nov 2024 16:40:58 +0100 Pierre-Yves David ci: build (and use) wheel for all supported version stable
Wed, 06 Nov 2024 16:39:45 +0100 Pierre-Yves David ci: use a pre-setup many-linux image to build wheel stable
Wed, 06 Nov 2024 16:38:57 +0100 Pierre-Yves David ci: use smaller VM to build wheel stable
Wed, 06 Nov 2024 16:32:15 +0100 Pierre-Yves David setup: add a way to force the setup to translate (or fail) stable
Wed, 06 Nov 2024 16:37:10 +0100 Pierre-Yves David ci: pre-adjust some identation stable
Thu, 07 Nov 2024 11:02:35 +0100 Pierre-Yves David test-install: glob instance of "python" in warning stable
Thu, 07 Nov 2024 01:30:08 +0100 Pierre-Yves David test-install: use the global hg for the install step stable
Tue, 05 Nov 2024 12:02:38 -0500 Matt Harbison tests: bump the wait timeouts in test-racy-mutations.t stable
Tue, 05 Nov 2024 11:50:29 -0500 Matt Harbison tests: add a "missing" tests for manifest content in test-racy-mutations.t stable
Tue, 05 Nov 2024 11:48:22 -0500 Matt Harbison tests: conditionalize missing output in test-racy-mutations.t on Windows stable
Thu, 07 Nov 2024 10:36:12 -0500 Matt Harbison tests: disable a section of `test-paths.t` that may hit a zeroconf bug stable
Tue, 05 Nov 2024 15:21:09 +0100 Raphaël Gomès rust-update: make `update_from_null` respect `worker.numcpu` config option stable
Tue, 05 Nov 2024 15:18:32 +0100 Raphaël Gomès rust-cpython: add a TODO about repo reuse stable
Mon, 04 Nov 2024 16:43:05 -0500 Matt Harbison streamclone: disable the volatile file open handle optimization on Windows stable
Mon, 04 Nov 2024 17:42:30 -0500 Matt Harbison tests: treat `select` as a built-in module on Windows stable
Mon, 21 Oct 2024 12:58:40 +0200 Raphaël Gomès rust-vfs: add docstrings to all VFS methods on the trait
Thu, 10 Oct 2024 15:54:45 +0200 Raphaël Gomès rust-vfs: support checkambig
Tue, 08 Oct 2024 16:10:30 +0200 Raphaël Gomès rust-vfs: add tests to `AtomicFile`
Tue, 08 Oct 2024 16:09:39 +0200 Raphaël Gomès rust-vfs: delete the temp file and not the target on drop
Thu, 26 Sep 2024 14:26:24 +0200 Raphaël Gomès rust: don't star export from the `revlog` module
Thu, 01 Aug 2024 11:27:20 +0200 Raphaël Gomès rust: populate mmaps in a separate thread if possible
Wed, 31 Jul 2024 15:41:08 +0200 Raphaël Gomès rust-revlog: build an in-memory nodemap if a given revlog gets queried a lot
Wed, 31 Jul 2024 15:11:27 +0200 Raphaël Gomès rust-revlog: generalize an error message
Wed, 31 Jul 2024 13:35:54 +0200 Raphaël Gomès rust-revlog: don't create an in-memory nodemap for filelogs from Python
Wed, 31 Jul 2024 15:02:55 +0200 Raphaël Gomès rust-revlog: move non-persistent-nodemap rev lookup to the index
Mon, 29 Jul 2024 20:39:34 +0200 Raphaël Gomès revlog: add glue to use a pure-Rust VFS
Mon, 29 Jul 2024 20:35:44 +0200 Raphaël Gomès fncache: add attribute to check whether we're using dotencode
Mon, 29 Jul 2024 20:34:38 +0200 Raphaël Gomès fncachestore: add typing information
Mon, 29 Jul 2024 20:34:06 +0200 Raphaël Gomès fncache: refactor load check into a property
Mon, 29 Jul 2024 20:49:07 +0200 Raphaël Gomès hg-core: add FnCacheVFS
Mon, 29 Jul 2024 20:47:43 +0200 Raphaël Gomès hg-core: add a complete VFS
Mon, 29 Jul 2024 20:28:42 +0200 Raphaël Gomès hg-core: add fncache module
Thu, 26 Sep 2024 13:55:26 +0200 Raphaël Gomès rust: populate mmap by default if available
Wed, 19 Jun 2024 18:20:22 +0200 Raphaël Gomès rust-changelog: switch away from deprecated APIs for datetime use
Wed, 19 Jun 2024 19:10:49 +0200 Raphaël Gomès revlog: add the glue to use the Rust `InnerRevlog` from Python
Wed, 19 Jun 2024 17:03:13 +0200 Raphaël Gomès changelog: also set the general delta config flag in the data config
Mon, 29 Jul 2024 15:03:52 +0200 Raphaël Gomès rust-index: use `IndexEntry::offset` to compute read segments
Thu, 10 Oct 2024 10:34:51 +0200 Raphaël Gomès rust-revlog: add a Rust-only `InnerRevlog`
Thu, 10 Oct 2024 10:38:35 +0200 Raphaël Gomès rust-index: fix the computation of data start
Thu, 10 Oct 2024 10:38:10 +0200 Raphaël Gomès rust-index: return an error on a bad index header
Thu, 17 Oct 2024 15:22:38 +0200 Raphaël Gomès rust-vfs: add a TODO to remember a decision taken about naming
Wed, 25 Sep 2024 18:24:15 +0200 Raphaël Gomès rust-revlog: introduce an `options` module
Wed, 25 Sep 2024 18:10:03 +0200 Raphaël Gomès rust-revlog: add file IO helpers
Wed, 25 Sep 2024 16:42:21 +0200 Raphaël Gomès rust-revlog: add compression helpers
Thu, 31 Oct 2024 17:24:18 -0400 Matt Harbison hgweb: skip logging ConnectionAbortedError stable
Fri, 25 Oct 2024 17:15:53 -0400 Matt Harbison ci: add a runner for Windows 10 stable
Fri, 11 Oct 2024 15:04:13 -0400 Matt Harbison tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug stable
Fri, 11 Oct 2024 11:03:21 -0400 Matt Harbison tests: disable `test-git-interop.t` with a requirements directive stable
Fri, 01 Nov 2024 16:22:40 -0400 Matt Harbison tests: stabilize `test-extdiff.t` on macOS stable
Tue, 29 Oct 2024 09:38:48 +0100 Raphaël Gomès branching: merge stable into default
Sun, 27 Oct 2024 23:34:50 +0100 Pierre-Yves David ci: build a wheel and use it to run c tests stable
Sun, 27 Oct 2024 14:10:45 +0100 Pierre-Yves David ci: split the jobs on more stage stable
Sun, 27 Oct 2024 14:08:57 +0100 Pierre-Yves David ci: unify the way `check-pytype` inherit the common setting stable
Sun, 27 Oct 2024 08:54:48 +0100 Pierre-Yves David run-tests: add a --hg-wheel options to test a pre-built wheel stable
Sun, 27 Oct 2024 08:54:43 +0100 Pierre-Yves David run-tests: don't use shell call for subprocess stable
Mon, 28 Oct 2024 16:31:49 +0100 Raphaël Gomès branching: merge stable into default
Mon, 28 Oct 2024 16:26:04 +0100 Raphaël Gomès Added signature for changeset dc97e8670dec stable
Mon, 28 Oct 2024 16:26:03 +0100 Raphaël Gomès Added tag 6.9rc0 for changeset dc97e8670dec stable
Mon, 28 Oct 2024 16:25:23 +0100 Raphaël Gomès doc: register the `config-doc` rst directive stable 6.9rc0
Mon, 28 Oct 2024 15:50:20 +0100 Raphaël Gomès relnotes: add 6.9rc0 stable
Mon, 28 Oct 2024 12:35:22 +0100 Raphaël Gomès branching: merge default into stable stable
Mon, 28 Oct 2024 11:45:02 +0100 Raphaël Gomès branching: merge stable into default
Mon, 28 Oct 2024 11:40:49 +0100 Raphaël Gomès Added signature for changeset eae3ec345e5e stable
Mon, 28 Oct 2024 11:40:25 +0100 Raphaël Gomès Added tag 6.8.2 for changeset eae3ec345e5e stable
Mon, 28 Oct 2024 11:39:03 +0100 Raphaël Gomès relnotes: add 6.8.2 stable 6.8.2
Fri, 25 Oct 2024 17:33:47 +0200 Pierre-Yves David evolution: stop wrongly flagging unrelated part of a split as divergent stable
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 13:56:46 -0400 Matt Harbison hghave: make the description for "clang-format" ascii
Sat, 26 Oct 2024 23:33:19 +0200 Pierre-Yves David branching: merge stable into default
Fri, 25 Oct 2024 23:46:20 -0400 Matt Harbison tests: enable pytype checking on `mercurial/wireprotov1peer.py`
Fri, 25 Oct 2024 23:45:05 -0400 Matt Harbison typing: suppress bogus pytype errors in `mercurial/wireprotov1peer.py`
Fri, 25 Oct 2024 23:09:10 -0400 Matt Harbison tests: enable pytype checking on `mercurial/wireprotoframing.py`
Fri, 25 Oct 2024 23:07:34 -0400 Matt Harbison typing: suppress bogus pytype errors in `mercurial/wireprotoframing.py`
Thu, 24 Oct 2024 22:47:31 -0400 Matt Harbison wireprototypes: make `baseprotocolhandler` methods abstract
Thu, 24 Oct 2024 22:37:45 -0400 Matt Harbison wireprototypes: convert `baseprotocolhandler.name` to an abstract property
Thu, 24 Oct 2024 20:50:47 -0400 Matt Harbison wireprotoserver: subclass the new `baseprotocolhandler` Protocol class
Thu, 24 Oct 2024 20:47:12 -0400 Matt Harbison wireprototypes: convert `baseprotocolhandler` to a Protocol class
Sat, 26 Oct 2024 12:56:02 +0200 Pierre-Yves David test: stabilize `test-audit-path.t` in rust (hopefully)
Sat, 26 Oct 2024 05:09:55 +0200 Pierre-Yves David pycompat: drop test involving assigning "foo" to `sys.hexversion` stable
Sat, 26 Oct 2024 05:11:58 +0200 Pierre-Yves David pycompat: filter more of the traceback in `test-flagproccessor.t` stable
Fri, 25 Oct 2024 00:46:22 +0200 Pierre-Yves David pycompat: ignore the fork + thread warning for now stable
Thu, 24 Oct 2024 22:55:45 -0400 Matt Harbison wireprototypes: fix exception handling code with a bad pytype suppression stable
Fri, 18 Oct 2024 14:14:24 -0400 Matt Harbison tests: conditionalize undesired output on Windows for rbc the mmap cases
Fri, 18 Oct 2024 13:21:23 -0400 Matt Harbison rev-branch-cache: disable mmapping by default on Windows
Fri, 18 Oct 2024 13:45:13 -0400 Matt Harbison tests: actually test the non-mmap case in `test-branches.t`
Thu, 17 Oct 2024 15:34:45 -0400 Matt Harbison tests: dump the http server log after a clone in `test-static-http.t`
Thu, 17 Oct 2024 15:21:20 -0400 Matt Harbison tests: force `dumbhttp.py` to write its log file with '\n' on Windows
Sat, 26 Oct 2024 04:16:00 +0200 Pierre-Yves David branching: merge stable into default
Thu, 11 Jan 2024 20:37:34 +0100 Mads Kiilerich rust: address 'error: unnecessarily eager cloning of iterator items' stable
Mon, 22 Jul 2024 18:20:03 +0200 Mads Kiilerich utils: fix resourceutil use of deprecated importlib.resources stable
Tue, 27 Jun 2023 13:05:03 +0200 Mads Kiilerich utils: avoid using internal _imp.is_frozen() stable
Thu, 11 Jan 2024 20:32:07 +0100 Mads Kiilerich cext: use sys.executable instead of deprecated Py_GetProgramFullPath stable
Thu, 11 Jan 2024 21:58:55 +0100 Mads Kiilerich subrepoutil: pass re.sub 'count' argument by name stable
Thu, 11 Jan 2024 21:58:55 +0100 Mads Kiilerich tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position stable
Thu, 29 Jun 2023 20:02:27 +0200 Mads Kiilerich tests: use packaging from setuptools instead of deprecated distutils stable
Mon, 26 Jun 2023 15:16:51 +0200 Mads Kiilerich tests: drop test-demandimport.py distutils test that failed with warnings stable
Thu, 29 Jun 2023 20:02:27 +0200 Mads Kiilerich utils: test coverage of makedate stable
Sat, 26 Oct 2024 02:04:31 +0200 Pierre-Yves David filecache: use bytes wherever possible in the tests
Sat, 26 Oct 2024 01:38:20 +0200 Pierre-Yves David cachestat: avoid creating cachestat for http path
Sat, 26 Oct 2024 02:03:54 +0200 Pierre-Yves David filecache: use binary path in the test
Sat, 26 Oct 2024 00:58:01 +0200 Pierre-Yves David branching: merge stable into default
Thu, 24 Oct 2024 15:23:52 +0200 Raphaël Gomès py-3-13: stabilize the docstring output across all supported Python versions
Fri, 25 Oct 2024 23:54:24 +0200 Pierre-Yves David docstring: backed out changeset 51057ab0dffa stable
Tue, 15 Oct 2024 22:30:10 -0400 Matt Harbison tests: stabilize `test-clonebundles-autogen.t` on Windows
Tue, 15 Oct 2024 22:19:30 -0400 Matt Harbison clonebundles: stop shell quoting `HGCB_BUNDLE_BASENAME` environment variable
Mon, 21 Oct 2024 15:24:55 -0400 Matt Harbison tests: add coverage to for `HGCB_BUNDLE_BASENAME` with special characters
Tue, 15 Oct 2024 18:58:47 -0400 Matt Harbison tests: stabilize `test-eol-update.t` on Windows
Tue, 15 Oct 2024 18:35:45 -0400 Matt Harbison tests: force `dummysmtpd.py` to write its log file with '\n' on Windows
Mon, 14 Oct 2024 20:11:27 -0400 Matt Harbison tests: raise the default value for the various `devel.sync.*-timeout` configs
Tue, 22 Oct 2024 15:59:01 +0200 Pierre-Yves David tests: remove deprecated test-check-py3-compat.t
Thu, 24 Oct 2024 18:58:58 +0200 Raphaël Gomès zope-interface: add compatibility with 3.13 compiler attributes stable
Thu, 24 Oct 2024 15:35:45 +0200 Raphaël Gomès py-3-13: fix traceback matching for the new Python version stable
Thu, 24 Oct 2024 15:23:52 +0200 Raphaël Gomès py-3-13: stabilize the docstring output across all supported Python versions stable
Thu, 24 Oct 2024 18:04:26 +0200 Raphaël Gomès test-lfs-serve-access: vastly simplify the error output check stable
Sun, 31 Mar 2024 17:57:46 -0300 Felipe Resende subrepo: propagate non-default path on outgoing stable
Fri, 25 Oct 2024 01:14:53 +0200 Felipe Resende outgoing: pre-indent some code stable
Fri, 25 Oct 2024 01:23:24 +0200 Pierre-Yves David outgoing: move sorting in the display function stable
Fri, 25 Oct 2024 01:04:38 +0200 Felipe Resende outgoing: extract changeset display in its own function stable
Tue, 11 Jun 2024 14:35:52 +0200 Pierre-Yves David subrepo: move code around stable
Thu, 24 Oct 2024 17:35:53 +0200 Arseniy Alekseyev merge: add a config to allow conflict-free merge of changes on adjacent lines
Wed, 23 Oct 2024 17:08:57 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.ilocalrepositorymain`
Wed, 23 Oct 2024 17:04:59 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.revlognarrowfilestorage`
Wed, 23 Oct 2024 17:03:33 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.revlogfilestorage`
Wed, 23 Oct 2024 17:01:35 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.locallegacypeer`
Wed, 23 Oct 2024 16:59:43 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.localpeer`
Wed, 23 Oct 2024 16:51:18 -0400 Matt Harbison localrepo: drop the CamelCase name for `localrepo.localcommandexecutor`