Mercurial > public > mercurial-scm > hg
graph
-
run-tests: drop jython supportThu, 02 Jan 2025 14:50:06 +0100, by Pierre-Yves David
-
run-tests: lean more on the virtual env binary when we use oneMon, 06 Jan 2025 08:53:54 +0100, by Pierre-Yves David
-
run-tests: use the venv python as the main pythonTue, 31 Dec 2024 01:42:01 +0100, by Pierre-Yves David
-
run-tests: no longer rely on global variable for python pathMon, 30 Dec 2024 22:10:02 +0100, by Pierre-Yves David
-
run-tests: use shutil.which now that we canMon, 06 Jan 2025 03:36:01 +0100, by Pierre-Yves David
-
run-tests: remove the bisect related optionsMon, 30 Dec 2024 21:48:33 +0100, by Pierre-Yves David
-
typing: add some typehints to `mercurial/pure/parsers.py`Mon, 16 Dec 2024 19:46:07 -0500, by Matt Harbison
-
tests: enable pytype checking on `mercurial/pure/parsers.py`Mon, 16 Dec 2024 18:26:50 -0500, by Matt Harbison
-
pure: add an "abstractmethod" and some type hints to parsers.py to help pytypeMon, 16 Dec 2024 18:25:44 -0500, by Matt Harbison
-
procutil: don't leak a file descriptor when I/O fails filtering through filesTue, 17 Dec 2024 01:45:29 -0500, by Matt Harbison
-
ui: replace a trivial file read with the `util` functionTue, 17 Dec 2024 01:39:33 -0500, by Matt Harbison
-
statprof: don't leak a file descriptor when loading data filesTue, 17 Dec 2024 01:35:52 -0500, by Matt Harbison
-
server: don't leak a file descriptor when I/O fails writing a pid fileTue, 17 Dec 2024 01:31:17 -0500, by Matt Harbison
-
match: don't leak a file descriptor when I/O fails reading a pattern fileTue, 17 Dec 2024 01:18:54 -0500, by Matt Harbison
-
match: indent a large block of code that needs a context managerTue, 17 Dec 2024 01:16:59 -0500, by Matt Harbison
-
hgweb: replace a trivial file read with the `util` functionTue, 17 Dec 2024 01:10:28 -0500, by Matt Harbison
-
extensions: replace a trivial file read with the `util` functionTue, 17 Dec 2024 01:00:59 -0500, by Matt Harbison
-
debugwireproto: replace a trivial file read with the `util` functionTue, 17 Dec 2024 00:56:01 -0500, by Matt Harbison
-
crecord: don't leak a file descriptor when I/O failsTue, 17 Dec 2024 00:47:42 -0500, by Matt Harbison
-
transplant: don't leak a file descriptor when filtering changesetsMon, 16 Dec 2024 21:30:02 -0500, by Matt Harbison
-
remotefilelog: replace a few trivial file reads with the `util` functionMon, 16 Dec 2024 21:18:17 -0500, by Matt Harbison
-
remotefilelog: don't leak a file descriptor when garbage collecting cacheMon, 16 Dec 2024 21:16:30 -0500, by Matt Harbison
-
relink: don't leak a file descriptor when comparing file contentMon, 16 Dec 2024 21:06:27 -0500, by Matt Harbison
-
releasenotes: replace a few trivial file reads/writes with `util` functionsMon, 16 Dec 2024 21:01:02 -0500, by Matt Harbison
-
rebase: don't leak a file descriptor when updating an MQ patchMon, 16 Dec 2024 20:57:01 -0500, by Matt Harbison
-
patchbomb: don't leak a file descriptor when handling the description messageMon, 16 Dec 2024 20:52:20 -0500, by Matt Harbison
-
mq: don't leak a file descriptor when reading a patch headerMon, 16 Dec 2024 20:45:49 -0500, by Matt Harbison
-
mq: indent a large block of code that needs a context managerMon, 16 Dec 2024 20:44:05 -0500, by Matt Harbison
-
largefiles: use `stat_result.st_size` instead of a magic tuple indexMon, 16 Dec 2024 20:40:04 -0500, by Matt Harbison
-
largefiles: add a TODO about fixing a file descriptor leakMon, 16 Dec 2024 20:38:13 -0500, by Matt Harbison
-
histedit: don't leak a file descriptor when reading the rules fileMon, 16 Dec 2024 20:28:58 -0500, by Matt Harbison
-
fsmonitor: don't leak a file descriptor in the status commandMon, 16 Dec 2024 20:24:56 -0500, by Matt Harbison
-
churn: don't leak the file descriptor when reading the email alias fileMon, 16 Dec 2024 20:04:44 -0500, by Matt Harbison
-
rhg: simplify SubCommand macro a bit moreMon, 30 Dec 2024 12:15:52 +0000, by Arseniy Alekseyev
-
rust-hgignore: add a scripting command to print the hgignore regexpFri, 13 Dec 2024 15:05:37 +0000, by Arseniy Alekseyev
-
rust-ignore: construct regex Hir object directly, avoiding large regex stringFri, 06 Dec 2024 20:27:59 +0000, by Arseniy Alekseyev
-
subrepo: fix calling outgoing with multiple pathsSun, 22 Dec 2024 08:17:53 -0300, by Felipe Resende
-
subrepo: add tests to outgoing commandSun, 29 Dec 2024 19:39:35 -0300, by Felipe Resende
-
run-tests: create a virtual env to install hgWed, 04 Dec 2024 12:15:42 +0100, by paugier
-
run-tests: remove --compiler optionThu, 28 Nov 2024 05:46:16 +0100, by paugier
-
contrib: install VS BuildTools 2022 in the Windows dependency installer scriptThu, 12 Dec 2024 23:24:00 -0500, by Matt Harbison
-
contrib: install gettext 0.22.5 in the Windows dependency installer scriptFri, 13 Dec 2024 21:35:05 -0500, by Matt Harbison
-
contrib: install the Py Launcher in the Windows dependency installer scriptThu, 12 Dec 2024 15:55:58 -0500, by Matt Harbison
-
contrib: bump Mercurial to 6.9 in the Windows dependency installer scriptThu, 12 Dec 2024 14:02:09 -0500, by Matt Harbison
-
hghave: handle the case where the `black` executable is not on PATHFri, 27 Dec 2024 19:58:57 -0500, by Matt Harbison
-
pyproject: defer the `hghave` version check of `black` to the project fileTue, 17 Dec 2024 22:54:36 -0500, by Matt Harbison
-
pyproject: lock in the major version of `black` that's requiredTue, 17 Dec 2024 22:32:12 -0500, by Matt Harbison
-
pyproject: switch to extending the range of excludes processed by `black`Tue, 17 Dec 2024 22:23:05 -0500, by Matt Harbison
-
pyproject: narrow the range of files processed by `black`Tue, 17 Dec 2024 21:58:51 -0500, by Matt Harbison
-
ui: set the default editor on Windows to notepad.exeTue, 17 Dec 2024 19:21:15 -0500, by Matt Harbison
-
rhg: add resolve_file_args to path_utils.rsMon, 16 Dec 2024 10:52:01 -0500, by Mitchell Kember
-
run-tests: call the command using shell=True to please WindowsThu, 19 Dec 2024 00:18:33 +0100, by Pierre-Yves David
-
run-tests: align call argument on stringThu, 19 Dec 2024 00:17:21 +0100, by Pierre-Yves David
-
run-tests: provide more information when calling hg failsThu, 19 Dec 2024 00:16:30 +0100, by Pierre-Yves David
-
rust-pyo3: plugging in the ancestor moduleSat, 07 Dec 2024 16:46:44 +0100, by Georges Racinet
-
rust-pyo3: MissingAncestorsSat, 07 Dec 2024 16:43:30 +0100, by Georges Racinet
-
rust-pyo3: new helper for incoming iterables of revisionsSat, 07 Dec 2024 14:55:42 +0100, by Georges Racinet
-
rust-pyo3: implementation of LazyAncestorsSat, 07 Dec 2024 18:54:31 +0100, by Georges Racinet
-
rust: test AncestorsIterator without duplicationSat, 07 Dec 2024 18:42:06 +0100, by Georges Racinet
-
rust-pyo3: exposition of AncestorsIteratorSat, 07 Dec 2024 18:38:37 +0100, by Georges Racinet
-
rust-pyo3: generic borrows of UnsafePyLeaked with error treatmentSat, 07 Dec 2024 18:24:24 +0100, by Georges Racinet
-
rust-pyo3: error propagation for UnsafePyLeaked wrapping a resultSat, 07 Dec 2024 18:18:09 +0100, by Georges Racinet
-
rust-pyo3: getting rust-cpython GIL handle from various PyO3 objectsMon, 09 Dec 2024 09:38:57 +0100, by Georges Racinet
-
rust-pyo3: intermediate ProxyIndex extractionSat, 07 Dec 2024 18:05:47 +0100, by Georges Racinet
-
rhg: set group-writable checkisexec file permissions in PythonThu, 05 Dec 2024 15:16:43 +0000, by Arseniy Alekseyev
-
rhg: set the expected temp file permissions (0o666 minus umask)Thu, 05 Dec 2024 13:17:32 +0000, by Arseniy Alekseyev
-
rhg: add a collision detection to complain about duplicated commandsFri, 13 Dec 2024 16:50:21 +0000, by Arseniy Alekseyev
-
rhg: consistently use the command name given in clap::command!(<...>) macroFri, 13 Dec 2024 16:19:29 +0000, by Arseniy Alekseyev
-
rhg: simplify the subcommands macroFri, 13 Dec 2024 15:43:50 +0000, by Arseniy Alekseyev
-
typing: add type hints to `ipeercapabilities.capabilities()`Mon, 16 Dec 2024 03:04:44 -0500, by Matt Harbison
-
interfaces: move peer `capabilities()` to the `ipeercapabilities` interfaceMon, 16 Dec 2024 02:41:24 -0500, by Matt Harbison
-
tests: byteify an `error.Abort` message in test-wireproto.pyMon, 16 Dec 2024 02:10:46 -0500, by Matt Harbison
-
typing: add annotations to the `repository.peer` mixin classMon, 16 Dec 2024 01:55:41 -0500, by Matt Harbison
-
graft: minor copyediting of the help text for the `--to` argumentMon, 16 Dec 2024 01:52:32 -0500, by Matt Harbison
-
run-test: check that the "hg" binary and "python" agree on mercurial pathThu, 12 Dec 2024 15:17:44 +0000, by Pierre-Yves David
-
run-tests: small rework of the infamous lib warning to colorize itThu, 12 Dec 2024 15:06:48 +0000, by Pierre-Yves David
-
run-tests: check that the mercurial we run with respect the flavor flagsThu, 12 Dec 2024 15:00:49 +0000, by Pierre-Yves David
-
run-test: keep track of the "real hg" binary before we replace it with a proxyFri, 13 Dec 2024 09:43:42 +0000, by Pierre-Yves David
-
run-tests: add a function to colorize a piece of textThu, 12 Dec 2024 15:00:44 +0000, by Pierre-Yves David
-
ci: simplify the wheel building declarationThu, 12 Dec 2024 10:58:48 +0000, by Pierre-Yves David
-
filter-traceback: simplify handlingSat, 14 Dec 2024 10:40:46 +0000, by Pierre-Yves David
-
filter-traceback: minimal change to make 3.13 happySat, 14 Dec 2024 10:32:18 +0000, by Pierre-Yves David
-
interfaces: make `dirstate` Protocol class methods abstractWed, 11 Dec 2024 21:09:15 -0500, by Matt Harbison
-
interfaces: drop `_ignorefiles()` from `dirstate` ProtocolWed, 11 Dec 2024 21:11:19 -0500, by Matt Harbison
-
interfaces: make the `peer` mixin not a Protocol to fix Python 3.10 failuresSun, 15 Dec 2024 18:52:05 -0500, by Matt Harbison
-
graft: add a `--to` flag grafting in memoryMon, 02 Dec 2024 02:45:41 +0100, by Pierre-Yves David
-
graft: extract meta information computation in a functionMon, 02 Dec 2024 02:41:57 +0100, by Pierre-Yves David
-
graft: extract creation of progress report line in a functionMon, 02 Dec 2024 11:36:57 +0100, by Pierre-Yves David
-
ci: automatically starts platform and py-version test for scheduled build stableFri, 13 Dec 2024 23:55:08 +0000, by Pierre-Yves David
-
ci: let branch job run for scheduled build too stableFri, 13 Dec 2024 13:07:52 +0000, by Pierre-Yves David
-
interfaces: mark `completelocalrepository` as a Protocol classWed, 11 Dec 2024 18:04:21 -0500, by Matt Harbison
-
interfaces: make all methods on any repository Protocol class abstractWed, 11 Dec 2024 17:56:53 -0500, by Matt Harbison
-
interfaces: drop the unused `util` moduleWed, 11 Dec 2024 17:40:13 -0500, by Matt Harbison
-
wirepeer: subclass new `repository.ipeer{,legacy}commands` Proctocol classesThu, 24 Oct 2024 20:35:02 -0400, by Matt Harbison
-
localrepo: subclass the new `repository.ipeercommandexecutor` Protocol classThu, 24 Oct 2024 20:26:25 -0400, by Matt Harbison
-
manifest: subclass the new `repository.imanifestdict` Protocol classWed, 23 Oct 2024 15:58:32 -0400, by Matt Harbison
-
git: add missing `repository.imanifestdict` methods to `gittreemanifest`Wed, 11 Dec 2024 02:02:34 -0500, by Matt Harbison
-
interfaces: make `repository.imanifestdict` methods abstractWed, 11 Dec 2024 01:00:59 -0500, by Matt Harbison
-
typing: align the signatures of `repository.imanifestdict` overridesWed, 23 Oct 2024 15:56:48 -0400, by Matt Harbison
-
git: fix `repository.imanifestdict` implementation flaws detected by pytypeThu, 24 Oct 2024 22:24:46 -0400, by Matt Harbison
-
localrepo: subclass the new `ilocalrepositoryfilestorage` Protocol classWed, 23 Oct 2024 15:13:40 -0400, by Matt Harbison
-
filelog: subclass the new `repository.ifilestorage` Protocol classTue, 22 Oct 2024 23:36:48 -0400, by Matt Harbison
-
interfaces: convert `repository.ifilestorage` to a Protocol classWed, 11 Dec 2024 00:33:49 -0500, by Matt Harbison
-
typing: align the signatures of `repository.ifilestorage` overridesWed, 23 Oct 2024 12:21:52 -0400, by Matt Harbison
-
interfaces: make `repository.ilocalrepositorymain` methods abstractTue, 10 Dec 2024 23:36:14 -0500, by Matt Harbison
-
interfaces: convert `ilocalrepositorymain` from zope `Attribute` attrsTue, 22 Oct 2024 23:14:32 -0400, by Matt Harbison
-
manifest: subclass the new `repository.imanifestlog` Protocol classTue, 22 Oct 2024 22:56:10 -0400, by Matt Harbison
-
interfaces: make `repository.imanifestlog` methods abstractTue, 10 Dec 2024 21:59:26 -0500, by Matt Harbison
-
interfaces: convert `repository.imanifestlog` from zope `Attribute` attrsTue, 22 Oct 2024 22:52:08 -0400, by Matt Harbison
-
manifest: subclass the new `imanifestrevisionwritable` Protocol classTue, 22 Oct 2024 22:44:32 -0400, by Matt Harbison
-
interfaces: convert `imanifestrevisionwritable` to a Protocol classTue, 10 Dec 2024 21:55:13 -0500, by Matt Harbison
-
interfaces: make `repository.imanifeststorage` methods abstractTue, 10 Dec 2024 21:48:12 -0500, by Matt Harbison
-
interfaces: convert `repository.imanifeststorage` from zope `Attribute` attrsTue, 22 Oct 2024 22:41:04 -0400, by Matt Harbison
-
manifest: subclass the new `repository.imanifestrevisionstored` Protocol classTue, 22 Oct 2024 22:35:54 -0400, by Matt Harbison
-
interfaces: fix a doc comment in `repository.imanifestrevisionstored.find()`Tue, 10 Dec 2024 21:38:34 -0500, by Matt Harbison
-
interfaces: convert `imanifestrevisionstored` to a Protocol classTue, 10 Dec 2024 21:37:14 -0500, by Matt Harbison
-
typing: (mostly) align the signatures of `imanifestrevisionstored` overridesWed, 23 Oct 2024 12:44:09 -0400, by Matt Harbison
-
interfaces: convert `imanifestrevisionstored` from zope `Attribute` attrsTue, 22 Oct 2024 22:28:10 -0400, by Matt Harbison
-
interfaces: convert `repository.ifileindex` from zope `Attribute` attrsTue, 22 Oct 2024 22:25:18 -0400, by Matt Harbison
-
tests: synchronize `simplestorerevisiondelta` with modern `irevisiondelta`Thu, 24 Oct 2024 19:22:56 -0400, by Matt Harbison
-
revlog: subclass the new `repository.irevisiondelta` Protocol classTue, 22 Oct 2024 18:45:09 -0400, by Matt Harbison
-
interfaces: convert `repository.irevisiondelta` from zope `Attribute` attrsTue, 22 Oct 2024 18:34:54 -0400, by Matt Harbison
-
revlog: subclass the new `repository.iverifyproblem` Protocol classTue, 22 Oct 2024 17:18:26 -0400, by Matt Harbison
-
interfaces: convert `repository.iverifyproblem` from zope `Attribute` attrsTue, 22 Oct 2024 17:07:23 -0400, by Matt Harbison
-
interfaces: convert `repository.peer` to a Protocol classTue, 22 Oct 2024 17:02:21 -0400, by Matt Harbison
-
interfaces: convert `repository.ipeerrequests` from zope `Attribute` attrsTue, 22 Oct 2024 16:56:53 -0400, by Matt Harbison
-
interfaces: rename `repository.ipeerconnection` to reflect it being privateTue, 22 Oct 2024 16:52:39 -0400, by Matt Harbison
-
interfaces: convert `repository.ipeerconnection` from zope `Attribute` attrsTue, 22 Oct 2024 16:45:10 -0400, by Matt Harbison
-
interfaces: drop the unused `ipeerv2`Tue, 10 Dec 2024 17:31:17 -0500, by Matt Harbison
-
ci: automatically starts platform and py-version test for scheduled buildFri, 13 Dec 2024 23:55:08 +0000, by Pierre-Yves David
-
ci: let branch job run for scheduled build tooFri, 13 Dec 2024 13:07:52 +0000, by Pierre-Yves David
-
test-sparse-revlog: fix macos sed invocationThu, 12 Dec 2024 09:40:49 +0000, by Pierre-Yves David
-
run-tests: add a "--tail-report" argument to analyse run parallelismWed, 04 Dec 2024 06:17:32 +0100, by Pierre-Yves David
-
format: add pattern filtering to debugformatMon, 18 Nov 2024 17:25:30 +0100, by Pierre-Yves David
-
rhg: test rhg status --change --copies without fallbackTue, 10 Dec 2024 10:02:58 +0000, by Mitchell Kember
-
rhg: add tests for rhg status without fallbackFri, 06 Dec 2024 10:29:48 -0500, by Mitchell Kember
-
generate-churning-bundle: change dir before deleting temp dirMon, 09 Dec 2024 10:00:02 +0100, by paugier
-
test-dirstate: add #if unix-permissions for a file mode checkMon, 09 Dec 2024 09:42:09 +0100, by paugier
-
typing: use the `Status` protocol wherever `scmutil.status` was being usedMon, 09 Dec 2024 00:21:38 -0500, by Matt Harbison
-
scmutil: explicitly subclass the `Status` protocolMon, 09 Dec 2024 00:01:03 -0500, by Matt Harbison
-
interfaces: add a Protocol class for `scmutil.status`Sun, 08 Dec 2024 23:52:12 -0500, by Matt Harbison
-
thirdparty: drop the vendored `zope` packagesSat, 07 Dec 2024 03:16:41 -0500, by Matt Harbison
-
setup: stop building and including the vendored `zope` packagesSat, 07 Dec 2024 03:14:52 -0500, by Matt Harbison
-
interfaces: drop the conditional import of the vendored `zope` packagesSat, 07 Dec 2024 03:11:02 -0500, by Matt Harbison
-
interfaces: add the missing `self` arg to the repository Protocol classesTue, 22 Oct 2024 16:29:44 -0400, by Matt Harbison
-
interfaces: convert the repository zope interfaces to Protocol classesTue, 22 Oct 2024 16:04:27 -0400, by Matt Harbison
-
git: drop the zope `repository.ifilestorage` decoration on `gitlog.filelog`Sat, 07 Dec 2024 20:15:11 -0500, by Matt Harbison
-
tests: drop references to the vendored copy of `zope`Sat, 07 Dec 2024 03:07:04 -0500, by Matt Harbison
-
ui: fix escape sequences in in readline prompts (issue6930) stableThu, 05 Dec 2024 20:46:21 +0000, by Taylor R Campbell
-
acl: fix confusing formatting in help text (issue6942) stableThu, 05 Dec 2024 13:48:22 +0000, by Taylor R Campbell
-
test-sparse-revlog: make the large bundle generation more robust and usefulWed, 04 Dec 2024 15:05:56 +0100, by Pierre-Yves David
-
test-sparse-revlog: commit the repo content in a single in-mem transactionWed, 04 Dec 2024 05:29:28 +0100, by Pierre-Yves David
-
test-sparse-revlog: build the content directly in memoryWed, 04 Dec 2024 10:34:17 +0100, by Pierre-Yves David
-
test-sparse-revlog: pre-generate the graph structure in memoryWed, 04 Dec 2024 00:14:56 +0100, by Pierre-Yves David
-
test-sparse-revlog: sanity check more part of the graphTue, 03 Dec 2024 23:49:37 +0100, by Pierre-Yves David
-
test-sparse-revlog: use zlib compressionWed, 04 Dec 2024 10:21:23 +0100, by Pierre-Yves David
-
test-sparse-revlog: add common-pattern rule for the timingWed, 04 Dec 2024 10:21:08 +0100, by Pierre-Yves David
-
test-sparse-revlog: abstract the last snapshot we use during testTue, 19 Nov 2024 01:35:59 +0100, by Pierre-Yves David
-
tests: enable pytype checking on `mercurial/interfaces` packageFri, 06 Dec 2024 23:03:13 -0500, by Matt Harbison
-
interfaces: mark a few dirstate methods abstractSat, 07 Dec 2024 01:57:55 -0500, by Matt Harbison
-
tests: drop py2 support from `filtertraceback.py`Mon, 02 Dec 2024 12:52:39 -0500, by Matt Harbison
-
tests: replace ersatz Traceback filtering with test utilitySat, 30 Nov 2024 17:43:06 -0500, by Matt Harbison
-
tests: fix `filtertraceback.py` to handle contiguous "File" linesMon, 02 Dec 2024 10:52:35 -0500, by Matt Harbison
-
config: gather the path to edit through rcutilWed, 23 Oct 2024 02:05:03 +0200, by Pierre-Yves David
-
config: include the component level when returning themWed, 23 Oct 2024 01:32:33 +0200, by Pierre-Yves David
-
config: gather constant and type into the `__init__.py`Wed, 23 Oct 2024 00:43:17 +0200, by Pierre-Yves David
-
config: return component from `repo_components`Wed, 23 Oct 2024 01:12:52 +0200, by Pierre-Yves David
-
repo-config: move rc component of repository inside `rcutil`Tue, 22 Oct 2024 23:42:15 +0200, by Pierre-Yves David
-
repo-config: adjust "root" path for parsing shared configWed, 23 Oct 2024 00:00:17 +0200, by Pierre-Yves David
-
repo-config: clarify why we seems to parse the repository "twice"Tue, 22 Oct 2024 23:50:11 +0200, by Pierre-Yves David
-
config: type `rcutil`Tue, 22 Oct 2024 17:23:28 +0200, by Pierre-Yves David
-
config: extra the code showing config in its own module tooMon, 21 Oct 2024 14:30:50 +0200, by Pierre-Yves David
-
config: move "component display" in the new moduleMon, 21 Oct 2024 14:13:37 +0200, by Pierre-Yves David
-
config: move edition code in its own moduleMon, 21 Oct 2024 14:05:14 +0200, by Pierre-Yves David
-
config: move `rcutil` module under a new `mercurial.configuration` moduleMon, 21 Oct 2024 13:39:44 +0200, by Pierre-Yves David
-
rust-pyo3: plugging in the dagop moduleThu, 05 Dec 2024 18:07:55 +0100, by Georges Racinet
-
rust-pyo3: simplified API to get core Index referencesFri, 29 Nov 2024 23:35:31 +0100, by Georges Racinet
-
rust-pyo3: dagop submodule implementationSat, 30 Nov 2024 20:58:09 +0100, by Georges Racinet
-
rust-pyo3: conversions to GraphError Python exceptionThu, 05 Dec 2024 14:36:40 +0100, by Georges Racinet
-
rust-pyo3: retrieving the InnerRevlog of hg-cpythonSat, 30 Nov 2024 20:57:02 +0100, by Georges Racinet
-
rust: made the crate of hg-cpython importableThu, 05 Dec 2024 18:58:56 +0100, by Georges Racinet
-
rust-pyo3: conversion helpers for Revision objectsSat, 30 Nov 2024 20:30:18 +0100, by Georges Racinet
-
rust-pyo3: defining GraphErrorSat, 30 Nov 2024 20:27:11 +0100, by Georges Racinet
-
rust-pyo3: facility for submodule registration, using it for dagopFri, 29 Nov 2024 23:47:37 +0100, by Georges Racinet
-
rust-pyo3: change the name of the Python module to pyo3_rustextFri, 29 Nov 2024 22:59:16 +0100, by Georges Racinet
-
testing: stop skipping all Python tests of Rust revlogSat, 30 Nov 2024 19:12:02 +0100, by Georges Racinet
-
rust-cpython: fix discrepancy in internal FFI lib versionFri, 29 Nov 2024 22:55:30 +0100, by Georges Racinet
-
hg-pyo3: bump pyo3 to 0.23Wed, 20 Nov 2024 10:58:19 +0100, by Georges Racinet
-
rust: add PyO3 based Rust extension moduleMon, 27 Nov 2023 12:21:44 -0500, by Rapha?l Gom?s
-
branching: merge stable into defaultFri, 06 Dec 2024 00:58:45 -0500, by Matt Harbison
-
profiling: add an assertion to help pytypeThu, 05 Dec 2024 23:22:40 -0500, by Matt Harbison
-
contrib: propagate `pytype` failures outside of `check-pytype.sh` stableThu, 05 Dec 2024 23:58:28 -0500, by Matt Harbison
-
rhg: support status --change, including --copiesTue, 03 Dec 2024 09:44:57 -0500, by Mitchell Kember
-
hg-core: refactor rev parsing in operations::status_rev_revTue, 03 Dec 2024 09:37:34 -0500, by Mitchell Kember
-
hg-core: add filelog metadata header parsingTue, 03 Dec 2024 09:31:24 -0500, by Mitchell Kember
-
rhg: fix bug with matchers in rhg status --rev --revTue, 03 Dec 2024 15:27:50 -0500, by Mitchell Kember
-
rhg: add test for bug with matchers in rhg status --rev --revTue, 03 Dec 2024 15:14:59 -0500, by Mitchell Kember
-
churn: stop using the `pycompat.open()` shimThu, 05 Dec 2024 13:17:18 -0500, by Matt Harbison
-
convert: stop using the `pycompat.open()` shimThu, 05 Dec 2024 13:15:44 -0500, by Matt Harbison
-
fastannotate: stop using the `pycompat.open()` shimThu, 05 Dec 2024 13:11:41 -0500, by Matt Harbison
-
fsmonitor: stop using the `pycompat.open()` shimThu, 05 Dec 2024 13:10:17 -0500, by Matt Harbison
-
largefiles: stop using the `pycompat.open()` shimThu, 05 Dec 2024 13:08:04 -0500, by Matt Harbison
-
patchbomb: fix a py3 crash if `--desc` is providedThu, 05 Dec 2024 13:00:59 -0500, by Matt Harbison
-
patchbomb: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:54:57 -0500, by Matt Harbison
-
rebase: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:51:59 -0500, by Matt Harbison
-
releasenotes: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:49:02 -0500, by Matt Harbison
-
relink: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:48:21 -0500, by Matt Harbison
-
remotefilelog: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:46:21 -0500, by Matt Harbison
-
transplant: stop using the `pycompat.open()` shimThu, 05 Dec 2024 12:40:16 -0500, by Matt Harbison
-
changegroup: stop using the `pycompat.open()` shimWed, 04 Dec 2024 22:16:57 -0500, by Matt Harbison
-
match: stop using the `pycompat.open()` shimWed, 04 Dec 2024 22:14:15 -0500, by Matt Harbison
-
patch: stop using the `pycompat.open()` shimWed, 04 Dec 2024 22:13:05 -0500, by Matt Harbison
-
server: stop using the `pycompat.open()` shimWed, 04 Dec 2024 22:11:31 -0500, by Matt Harbison
-
statprof: ensure files with binary I/O are opened in binary modeWed, 04 Dec 2024 22:07:56 -0500, by Matt Harbison
-
statprof: stop using the `pycompat.open()` shimWed, 04 Dec 2024 22:02:36 -0500, by Matt Harbison
-
convert: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:15:30 -0500, by Matt Harbison
-
fastannotate: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:13:40 -0500, by Matt Harbison
-
histedit: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:12:54 -0500, by Matt Harbison
-
mq: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:11:55 -0500, by Matt Harbison
-
remotefilelog: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:10:29 -0500, by Matt Harbison
-
cmdutil: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:09:12 -0500, by Matt Harbison
-
crecord: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:05:33 -0500, by Matt Harbison
-
debugcommands: stop using the `pycompat.open()` shimWed, 04 Dec 2024 21:03:05 -0500, by Matt Harbison
-
extensions: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:57:35 -0500, by Matt Harbison
-
hgweb: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:54:35 -0500, by Matt Harbison
-
mail: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:53:31 -0500, by Matt Harbison
-
posix: (mostly) stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:52:05 -0500, by Matt Harbison
-
profiling: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:46:30 -0500, by Matt Harbison
-
ui: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:45:13 -0500, by Matt Harbison
-
procutil: stop using the `pycompat.open()` shimWed, 04 Dec 2024 20:43:20 -0500, by Matt Harbison
-
util: stop using the `pycompat.open()` shimWed, 04 Dec 2024 19:50:32 -0500, by Matt Harbison
-
stream: preserve volatile cache earlyWed, 04 Dec 2024 23:31:46 +0100, by Pierre-Yves David
-
stream: rename all test hook point one number upWed, 04 Dec 2024 17:13:39 +0100, by Pierre-Yves David
-
stream: create a `e.preserve_volatiles` method directly on StoreEntryMon, 02 Dec 2024 17:00:12 +0100, by Pierre-Yves David
-
stream: start the volatile manager sooner during emissionMon, 02 Dec 2024 16:01:00 +0100, by Pierre-Yves David
-
test-pylint: stop checking hgext3rdWed, 04 Dec 2024 16:43:54 +0100, by Pierre-Yves David
-
rust-ignore: add some tests of `debugignorerhg`, add flag -a to control outputTue, 03 Dec 2024 14:39:00 +0000, by Arseniy Alekseyev
-
rust-ignore: make `debugignorerhg` command show a full regex, with exact filesTue, 03 Dec 2024 13:51:51 +0000, by Arseniy Alekseyev
-
hgignore: add a GlobSuffix type, instead of passing byte arraysMon, 02 Dec 2024 11:25:26 +0000, by Arseniy Alekseyev
-
typing: add minimal annotations to cmd_impls/graft.py to pytype with 3.10Fri, 29 Nov 2024 19:43:39 -0500, by Matt Harbison
-
typing: add missing `from __future__ import annotations` to core modulesFri, 29 Nov 2024 19:18:33 -0500, by Matt Harbison
-
tests: enforce the use of `from __future__ import annotations`Fri, 29 Nov 2024 19:11:30 -0500, by Matt Harbison
-
graft: trim an InputError messageFri, 29 Nov 2024 20:03:22 -0500, by Matt Harbison
-
graft: fix a few typos in doc commentsFri, 29 Nov 2024 19:24:07 -0500, by Matt Harbison
-
graft: fix interpolation in a ProgrammingError caseFri, 29 Nov 2024 19:22:51 -0500, by Matt Harbison
-
rhg: set the expected dirstate permissions (0o666 minus umask)Wed, 27 Nov 2024 15:14:18 +0000, by Arseniy Alekseyev
-
rust: implement conversion of RevlogError into HgErrorTue, 26 Nov 2024 16:21:00 +0000, by Arseniy Alekseyev
-
rust: make RevlogError AmbiguousPrefix case contain the actual prefixTue, 26 Nov 2024 15:45:11 +0000, by Arseniy Alekseyev
-
rhg: avoid calculating copies for status --no-statusMon, 02 Dec 2024 09:45:56 -0500, by Mitchell Kember
-
rhg: support rhg status --no-copiesMon, 25 Nov 2024 15:34:58 -0500, by Mitchell Kember
-
tests: drop unconstrained `py38` conditionalsSat, 30 Nov 2024 17:13:54 -0500, by Matt Harbison
-
tests: drop remaining `py37` conditionalsSat, 30 Nov 2024 17:08:41 -0500, by Matt Harbison
-
tests: drop remaining `py3` conditionalsSat, 30 Nov 2024 16:54:02 -0500, by Matt Harbison
-
graft: also forbid "--base" with "--stop" and the likeThu, 28 Nov 2024 14:00:49 +0100, by Pierre-Yves David
-
graft: gather arg compatibility codeThu, 28 Nov 2024 13:22:31 +0100, by Pierre-Yves David
-
graft: get the editor laterWed, 20 Nov 2024 04:23:45 +0100, by Pierre-Yves David
-
graft: clarify the args passing depending of variantsWed, 20 Nov 2024 04:22:12 +0100, by Pierre-Yves David
-
graft: explicitly pass the "tool" argumentWed, 20 Nov 2024 04:13:13 +0100, by Pierre-Yves David
-
graft: move "dry_run" and "base" in statedateWed, 20 Nov 2024 02:37:37 +0100, by Pierre-Yves David
-
graft: move no_commit into "statedata" tooWed, 20 Nov 2024 02:37:28 +0100, by Pierre-Yves David
-
graft: assign computed configuration value to statedata instead of optsWed, 20 Nov 2024 02:10:43 +0100, by Pierre-Yves David
-
graft: split the argument processing from the graftingTue, 19 Nov 2024 15:54:20 +0100, by Pierre-Yves David
-
commands: create a "mercurial.cmd_impls" module to host graftTue, 19 Nov 2024 15:46:12 +0100, by Pierre-Yves David
-
manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940) stableMon, 25 Nov 2024 18:56:39 -0500, by Matt Harbison
-
branching: merge stable into defaultWed, 27 Nov 2024 22:09:37 -0500, by Matt Harbison
-
run-tests: disable caching of the wheels when installing test Mercurial stableWed, 27 Nov 2024 00:13:27 -0500, by Matt Harbison
-
setup_py: logging without distutilsThu, 24 Oct 2024 00:47:20 +0200, by paugier
-
setup_py: simplify cancompile with 'with open(...)'Thu, 24 Oct 2024 15:49:33 +0200, by paugier
-
setup_py: imports standard lib at the topSat, 23 Nov 2024 06:07:40 +0100, by paugier
-
setup_py: simpler silence warnings unused-importThu, 24 Oct 2024 15:18:37 +0200, by paugier
-
setup_py: function defs after importsSat, 23 Nov 2024 06:01:42 +0100, by paugier
-
setup_py: remove IronPython Python 2.7 specific codeThu, 24 Oct 2024 15:13:23 +0200, by paugier
-
setup_py: simplify ssl checkSat, 23 Nov 2024 05:50:43 +0100, by paugier
-
setup_py: remove python_requires in setup.pyThu, 24 Oct 2024 00:38:01 +0200, by paugier
-
setup_py: first tiny cleanupThu, 24 Oct 2024 00:46:22 +0200, by paugier
-
ci: disable caching of the wheels that get built to save space stableWed, 27 Nov 2024 00:10:40 -0500, by Matt Harbison
-
tests: use PYTHONSAFEPATH (-P) to check mercurial lib pathMon, 21 Oct 2024 23:10:37 +0200, by paugier
-
setup: require TLS 1.2 support from the Python interpreter (BC)Thu, 21 Nov 2024 11:46:10 -0500, by Matt Harbison
-
run-tests: refactor the HGPORT handling code to use a constant for the max valThu, 21 Nov 2024 01:07:47 -0500, by Matt Harbison
-
rust: fix darwin buildMon, 18 Nov 2024 15:42:09 +0100, by Dan Villiom Podlaski Christiansen
-
rust: remove `atty` dependencyMon, 04 Nov 2024 15:28:32 +0100, by Rapha?l Gom?s
-
rust: update `env_logger` dependencyMon, 04 Nov 2024 15:33:17 +0100, by Rapha?l Gom?s
-
rust: update `clap` to the latest 4.x versionMon, 04 Nov 2024 15:23:41 +0100, by Rapha?l Gom?s
-
rust: fix `cargo doc` warningsMon, 04 Nov 2024 15:17:54 +0100, by Rapha?l Gom?s
-
rust-compression: move the `Send` bound to the `Compressor` traitMon, 04 Nov 2024 13:43:36 +0100, by Rapha?l Gom?s
-
rust-inner-revlog: cache the compressorMon, 04 Nov 2024 12:10:22 +0100, by Rapha?l Gom?s
-
rust-lib: remove exports for not too common pattern-related typesMon, 04 Nov 2024 11:26:41 +0100, by Rapha?l Gom?s
-
rust-lib: move `PatternError` to the `filepatterns` moduleMon, 04 Nov 2024 11:21:43 +0100, by Rapha?l Gom?s
-
rust-lib: move `Dirstate*Error` to the `dirstate` moduleMon, 04 Nov 2024 11:18:36 +0100, by Rapha?l Gom?s
-
rust-lib: only export very common types to the top of the crateMon, 04 Nov 2024 11:13:05 +0100, by Rapha?l Gom?s
-
rust-dirstate: remove star exportsMon, 04 Nov 2024 11:07:05 +0100, by Rapha?l Gom?s
-
rust-dirstate: merge `dirstate_tree` module into `dirstate`Mon, 04 Nov 2024 11:00:58 +0100, by Rapha?l Gom?s
-
rust-revlog: rename `end` to `data_end`Mon, 04 Nov 2024 10:38:17 +0100, by Rapha?l Gom?s
-
rust-revlog: rename `start` to `data_start`Mon, 04 Nov 2024 10:37:42 +0100, by Rapha?l Gom?s
-
rust-revlog: rename `length` to `data_compressed_length`Mon, 04 Nov 2024 10:36:45 +0100, by Rapha?l Gom?s
-
rust-vfs: rename `open` to `open_write` and `open_read` to `open`Tue, 29 Oct 2024 12:03:55 +0100, by Rapha?l Gom?s
-
rust-status: fix a future compilation errorTue, 29 Oct 2024 11:41:27 +0100, by Rapha?l Gom?s
-
rust-cpython: remove outdated testTue, 29 Oct 2024 11:35:41 +0100, by Rapha?l Gom?s
-
rust: fix clippy lintsTue, 29 Oct 2024 11:35:01 +0100, by Rapha?l Gom?s
-
rust: normalize `_for_unchecked_rev` naming among revlogs and the indexTue, 29 Oct 2024 11:00:04 +0100, by Rapha?l Gom?s
-
ci: add a small script one can run to purge older pipelineTue, 12 Nov 2024 12:45:23 +0100, by Pierre-Yves David
-
sslutil: bump the default minimum TLS version of the client to 1.2 (BC)Mon, 11 Nov 2024 21:25:03 -0500, by Matt Harbison
-
help: modernize the help text for `hostsecurity.minimumprotocol`Mon, 11 Nov 2024 13:03:13 -0500, by Matt Harbison
-
tests: stop killing (most) https servers individuallyMon, 11 Nov 2024 12:08:26 -0500, by Matt Harbison
-
sslutil: add support for clients to set TLSv1.3 as the minimum protocolMon, 21 Dec 2020 20:21:46 -0500, by Matt Harbison
-
run-tests: add a 4th `HGPORT` valueMon, 21 Dec 2020 13:50:25 -0500, by Matt Harbison
-
sslutil: drop the unused `commonssloptions()`Mon, 11 Nov 2024 12:32:04 -0500, by Matt Harbison
-
sslutil: de-indent the Python 3.7+ code from the previous commitWed, 20 Nov 2024 16:31:40 -0500, by Matt Harbison
-
sslutil: drop support for Python prior to 3.7Fri, 08 Nov 2024 19:48:06 -0500, by Matt Harbison
-
rust-manifest: use `memchr` crate for all byte-finding needsTue, 12 Nov 2024 23:20:04 +0100, by Rapha?l Gom?s
-
histedit-continue: wire up `hg continue` and `histedit`Wed, 30 Oct 2024 19:38:56 -0700, by Brian Hulette
-
branching: merge stable into defaultWed, 20 Nov 2024 15:53:19 +0100, by Rapha?l Gom?s
-
rust: add some warning about using Rust stableWed, 20 Nov 2024 06:33:43 +0100, by Pierre-Yves David
-
wheel: also build wheel for linux arm64 in the CI stableWed, 13 Nov 2024 22:42:35 +0100, by Pierre-Yves David
-
contrib: add a script to build all of the wheels on macOS stableFri, 15 Nov 2024 21:52:31 -0500, by Matt Harbison
-
rhg-status: rename a variable to be more explicit stableMon, 18 Nov 2024 15:02:59 +0100, by Rapha?l Gom?s
-
rhg-status: use `Filelog` default options when opening filelogs stableMon, 18 Nov 2024 15:02:07 +0100, by Rapha?l Gom?s
-
wheels: make sure we create the `dist/` directory in the make target stableFri, 15 Nov 2024 23:50:35 +0100, by Pierre-Yves David
-
contrib: add a bat file to build all of the wheels on Windows stableThu, 14 Nov 2024 16:11:52 -0500, by Matt Harbison
-
contrib: install the arm64 compiler tools in the Windows dependency script stableThu, 14 Nov 2024 15:36:41 -0500, by Matt Harbison
-
wheels: also build the i686 wheel in the CI stableFri, 15 Nov 2024 17:36:38 +0100, by Pierre-Yves David
-
wheel: reintroduce the building of i686 wheel stableFri, 15 Nov 2024 16:22:01 +0100, by Pierre-Yves David
-
wheel: also build the musl wheel in the ci stableFri, 15 Nov 2024 07:20:12 +0100, by Pierre-Yves David
-
wheel: add a target for amdx86_64-musl wheels stableThu, 14 Nov 2024 22:09:36 +0100, by Pierre-Yves David
-
packaging: factor the linux-wheels-x86_64 a bit stableFri, 15 Nov 2024 16:27:41 +0100, by Pierre-Yves David
-
packaging: propagate the make option to packaging target stableFri, 15 Nov 2024 16:25:38 +0100, by Pierre-Yves David
-
packaging: remove the i686 wheel from the linux-wheels target stableFri, 15 Nov 2024 16:24:39 +0100, by Pierre-Yves David
-
wheels: rely on the image config to be able to access the repository stableFri, 15 Nov 2024 16:41:30 +0100, by Pierre-Yves David
-
packaging: explain why we purge while building wheels stableFri, 15 Nov 2024 16:34:50 +0100, by Pierre-Yves David
-
ci: abstract the branch matching regexp stableFri, 15 Nov 2024 00:29:37 +0100, by Pierre-Yves David
-
branching: merge stable into defaultThu, 14 Nov 2024 16:45:23 +0100, by Rapha?l Gom?s
-
Added tag 6.9rc1 for changeset 31d45a1cbc47 stableThu, 14 Nov 2024 16:14:51 +0100, by Rapha?l Gom?s
-
ci: let the Windows runner decide how many job they want to run stableWed, 13 Nov 2024 17:24:28 +0100, by Pierre-Yves David
-
ci: adds a trigger for all pycompat jobs stableSat, 09 Nov 2024 02:55:33 +0100, by Pierre-Yves David
-
wheel: build windows wheel for ARM64 too stableSun, 10 Nov 2024 02:11:13 +0100, by Pierre-Yves David
-
setup: preserve version part after the "+" on Windows stableWed, 13 Nov 2024 21:17:46 +0100, by Pierre-Yves David
-
setup: make sure Rust build its extension for the right python stableWed, 13 Nov 2024 16:13:28 +0100, by Pierre-Yves David
-
clone: properly exclude rev-branch-cache from post clone cache warming stableWed, 13 Nov 2024 13:33:36 +0100, by Pierre-Yves David
-
wheels: update the Linux wheels make target stableTue, 12 Nov 2024 02:22:40 +0100, by Pierre-Yves David
-
wheels: factor the core of Linux wheel building into a script stableWed, 13 Nov 2024 04:20:54 +0100, by Pierre-Yves David
-
wheel: add a job uploading nightly build stableSat, 09 Nov 2024 01:31:14 +0100, by Pierre-Yves David
-
wheel: add a platform level to the wheel directories stableSat, 09 Nov 2024 01:19:17 +0100, by Pierre-Yves David
-
setup: use the same code to compute tag from archive stableWed, 13 Nov 2024 14:34:40 +0100, by Pierre-Yves David
-
setup: factor version computation in a function stableWed, 13 Nov 2024 14:28:25 +0100, by Pierre-Yves David
-
setup: remote a debug statement that slipped through stableWed, 13 Nov 2024 14:13:35 +0100, by Pierre-Yves David
-
wheel: enforce that translation being build for windows wheel stableSun, 10 Nov 2024 00:48:08 +0100, by Pierre-Yves David
-
wheel: test the built wheel in the windows tests stableWed, 13 Nov 2024 00:52:13 +0100, by Pierre-Yves David
-
wheel: explicitly list built architecture stableSun, 10 Nov 2024 02:10:56 +0100, by Pierre-Yves David
-
wheel: make --hg-wheel works on Windows stableSun, 10 Nov 2024 03:02:15 +0100, by Pierre-Yves David
-
windows: simply rely on the PATH adjustment to find python.exe in tests stableSun, 10 Nov 2024 22:30:02 +0100, by Pierre-Yves David
-
windows: skip test-clonebundles-autogen.t in the CI stableMon, 11 Nov 2024 23:44:04 +0100, by Pierre-Yves David
-
ci: split the windows runtest invocation into more granular variables stableWed, 13 Nov 2024 00:53:18 +0100, by Pierre-Yves David
-
ci: again common element into a `.windows` template stableSat, 09 Nov 2024 23:36:30 +0100, by Pierre-Yves David
-
ci: use a concurrency safe TMP dir on Windows stableSat, 09 Nov 2024 23:28:36 +0100, by Pierre-Yves David
-
windows: adjust PYTHONPATH update in test-status-color.t stableMon, 11 Nov 2024 16:42:20 +0100, by Pierre-Yves David
-
windows: work around argument size limitation in test-bookmarks-pushpull.t stableMon, 11 Nov 2024 16:41:16 +0100, by Pierre-Yves David
-
tests: drop PYTHONPATH manipulation in test-pushvars.t stableMon, 11 Nov 2024 12:52:53 +0100, by Pierre-Yves David
-
run-tests: cleanup the "output" directory after the related tests stableMon, 11 Nov 2024 05:42:44 +0100, by Pierre-Yves David
-
run-tests: focus on listing the selected test for the shard tests stableMon, 11 Nov 2024 11:13:34 +0100, by Pierre-Yves David
-
wheel: enforce that translation being build for macos wheel stableSun, 10 Nov 2024 00:46:44 +0100, by Pierre-Yves David
-
dev-version: change the scheme of non tagged version stableSat, 09 Nov 2024 00:59:59 +0100, by Pierre-Yves David
-
rust-update: handle SIGINT from long-running update threads stableTue, 12 Nov 2024 12:52:13 +0100, by Rapha?l Gom?s
-
run-tests: implement crude sharding support stableThu, 22 Sep 2022 01:02:06 +0200, by Pierre-Yves David
-
ci: have the mac test run if you trigger building the mac wheel stableFri, 08 Nov 2024 21:41:02 +0100, by Pierre-Yves David
-
ci: adjust the starting port range to runner concurrency stableFri, 08 Nov 2024 21:22:02 +0100, by Pierre-Yves David
-
ci: move the "tempory work dir" to "concurrency-safe" location stableFri, 08 Nov 2024 17:28:33 +0100, by Pierre-Yves David
-
ci: abstract the of absolute /tmp/ path stableMon, 28 Oct 2024 03:29:29 +0100, by Pierre-Yves David
-
ci: move some variables closer to their usage stableFri, 08 Nov 2024 14:44:56 +0100, by Pierre-Yves David
-
wheel: build mac os wheel through the CI stableTue, 15 Oct 2024 05:17:37 +0200, by Pierre-Yves David
-
pycompat: drop some now useless workaround for makedirs stableFri, 08 Nov 2024 12:53:40 +0100, by Pierre-Yves David
-
run-tests: install wheel using --prefix instead of --user stableThu, 07 Nov 2024 23:13:32 +0100, by Pierre-Yves David
-
ci: automatically compute the python tag we use to identify tag stableFri, 08 Nov 2024 02:02:32 +0100, by Pierre-Yves David
-
pytype: add relative timestamp to the output if `ts` is available stableFri, 08 Nov 2024 02:50:34 +0100, by Pierre-Yves David
-
ci: build (and use) wheel for all supported version stableWed, 06 Nov 2024 16:40:58 +0100, by Pierre-Yves David
-
ci: use a pre-setup many-linux image to build wheel stableWed, 06 Nov 2024 16:39:45 +0100, by Pierre-Yves David
-
setup: add a way to force the setup to translate (or fail) stableWed, 06 Nov 2024 16:32:15 +0100, by Pierre-Yves David
-
test-install: glob instance of "python" in warning stableThu, 07 Nov 2024 11:02:35 +0100, by Pierre-Yves David
-
test-install: use the global hg for the install step stableThu, 07 Nov 2024 01:30:08 +0100, by Pierre-Yves David
-
tests: bump the wait timeouts in test-racy-mutations.t stableTue, 05 Nov 2024 12:02:38 -0500, by Matt Harbison
-
tests: add a "missing" tests for manifest content in test-racy-mutations.t stableTue, 05 Nov 2024 11:50:29 -0500, by Matt Harbison
-
tests: conditionalize missing output in test-racy-mutations.t on Windows stableTue, 05 Nov 2024 11:48:22 -0500, by Matt Harbison
-
tests: disable a section of `test-paths.t` that may hit a zeroconf bug stableThu, 07 Nov 2024 10:36:12 -0500, by Matt Harbison
-
rust-update: make `update_from_null` respect `worker.numcpu` config option stableTue, 05 Nov 2024 15:21:09 +0100, by Rapha?l Gom?s
-
streamclone: disable the volatile file open handle optimization on Windows stableMon, 04 Nov 2024 16:43:05 -0500, by Matt Harbison
-
tests: treat `select` as a built-in module on Windows stableMon, 04 Nov 2024 17:42:30 -0500, by Matt Harbison
-
rust-vfs: add docstrings to all VFS methods on the traitMon, 21 Oct 2024 12:58:40 +0200, by Rapha?l Gom?s
-
rust-vfs: support checkambigThu, 10 Oct 2024 15:54:45 +0200, by Rapha?l Gom?s
-
rust-vfs: add tests to `AtomicFile`Tue, 08 Oct 2024 16:10:30 +0200, by Rapha?l Gom?s
-
rust-vfs: delete the temp file and not the target on dropTue, 08 Oct 2024 16:09:39 +0200, by Rapha?l Gom?s
-
rust: don't star export from the `revlog` moduleThu, 26 Sep 2024 14:26:24 +0200, by Rapha?l Gom?s
-
rust: populate mmaps in a separate thread if possibleThu, 01 Aug 2024 11:27:20 +0200, by Rapha?l Gom?s
-
rust-revlog: build an in-memory nodemap if a given revlog gets queried a lotWed, 31 Jul 2024 15:41:08 +0200, by Rapha?l Gom?s
-
rust-revlog: generalize an error messageWed, 31 Jul 2024 15:11:27 +0200, by Rapha?l Gom?s
-
rust-revlog: don't create an in-memory nodemap for filelogs from PythonWed, 31 Jul 2024 13:35:54 +0200, by Rapha?l Gom?s
-
rust-revlog: move non-persistent-nodemap rev lookup to the indexWed, 31 Jul 2024 15:02:55 +0200, by Rapha?l Gom?s
-
revlog: add glue to use a pure-Rust VFSMon, 29 Jul 2024 20:39:34 +0200, by Rapha?l Gom?s
-
fncache: add attribute to check whether we're using dotencodeMon, 29 Jul 2024 20:35:44 +0200, by Rapha?l Gom?s
-
fncachestore: add typing informationMon, 29 Jul 2024 20:34:38 +0200, by Rapha?l Gom?s
-
fncache: refactor load check into a propertyMon, 29 Jul 2024 20:34:06 +0200, by Rapha?l Gom?s
-
hg-core: add FnCacheVFSMon, 29 Jul 2024 20:49:07 +0200, by Rapha?l Gom?s
-
hg-core: add a complete VFSMon, 29 Jul 2024 20:47:43 +0200, by Rapha?l Gom?s
-
hg-core: add fncache moduleMon, 29 Jul 2024 20:28:42 +0200, by Rapha?l Gom?s
-
rust: populate mmap by default if availableThu, 26 Sep 2024 13:55:26 +0200, by Rapha?l Gom?s
-
rust-changelog: switch away from deprecated APIs for datetime useWed, 19 Jun 2024 18:20:22 +0200, by Rapha?l Gom?s
-
revlog: add the glue to use the Rust `InnerRevlog` from PythonWed, 19 Jun 2024 19:10:49 +0200, by Rapha?l Gom?s
-
changelog: also set the general delta config flag in the data configWed, 19 Jun 2024 17:03:13 +0200, by Rapha?l Gom?s
-
rust-index: use `IndexEntry::offset` to compute read segmentsMon, 29 Jul 2024 15:03:52 +0200, by Rapha?l Gom?s
-
rust-revlog: add a Rust-only `InnerRevlog`Thu, 10 Oct 2024 10:34:51 +0200, by Rapha?l Gom?s
-
rust-index: fix the computation of data startThu, 10 Oct 2024 10:38:35 +0200, by Rapha?l Gom?s
-
rust-index: return an error on a bad index headerThu, 10 Oct 2024 10:38:10 +0200, by Rapha?l Gom?s
-
rust-vfs: add a TODO to remember a decision taken about namingThu, 17 Oct 2024 15:22:38 +0200, by Rapha?l Gom?s
-
rust-revlog: introduce an `options` moduleWed, 25 Sep 2024 18:24:15 +0200, by Rapha?l Gom?s
-
rust-revlog: add file IO helpersWed, 25 Sep 2024 18:10:03 +0200, by Rapha?l Gom?s
-
rust-revlog: add compression helpersWed, 25 Sep 2024 16:42:21 +0200, by Rapha?l Gom?s
-
tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug stableFri, 11 Oct 2024 15:04:13 -0400, by Matt Harbison
-
tests: disable `test-git-interop.t` with a requirements directive stableFri, 11 Oct 2024 11:03:21 -0400, by Matt Harbison
-
branching: merge stable into defaultTue, 29 Oct 2024 09:38:48 +0100, by Rapha?l Gom?s
-
ci: build a wheel and use it to run c tests stableSun, 27 Oct 2024 23:34:50 +0100, by Pierre-Yves David
-
ci: unify the way `check-pytype` inherit the common setting stableSun, 27 Oct 2024 14:08:57 +0100, by Pierre-Yves David
-
run-tests: add a --hg-wheel options to test a pre-built wheel stableSun, 27 Oct 2024 08:54:48 +0100, by Pierre-Yves David
-
run-tests: don't use shell call for subprocess stableSun, 27 Oct 2024 08:54:43 +0100, by Pierre-Yves David
-
branching: merge stable into defaultMon, 28 Oct 2024 16:31:49 +0100, by Rapha?l Gom?s
-
Added tag 6.9rc0 for changeset dc97e8670dec stableMon, 28 Oct 2024 16:26:03 +0100, by Rapha?l Gom?s
-
doc: register the `config-doc` rst directive stable 6.9rc0Mon, 28 Oct 2024 16:25:23 +0100, by Rapha?l Gom?s
-
branching: merge stable into defaultMon, 28 Oct 2024 11:45:02 +0100, by Rapha?l Gom?s
-
evolution: stop wrongly flagging unrelated part of a split as divergent stableFri, 25 Oct 2024 17:33:47 +0200, by Pierre-Yves David
-
tests: skip doctests that use `time.tzset()` on WindowsSun, 27 Oct 2024 17:29:18 -0400, by Matt Harbison
-
tests: hopefully fix `test-doctest.py` on Windows and moreMon, 07 Oct 2024 12:08:48 +0100, by Arseniy Alekseyev
-
hghave: make the description for "clang-format" asciiSat, 26 Oct 2024 13:56:46 -0400, by Matt Harbison
-
branching: merge stable into defaultSat, 26 Oct 2024 23:33:19 +0200, by Pierre-Yves David
-
tests: enable pytype checking on `mercurial/wireprotov1peer.py`Fri, 25 Oct 2024 23:46:20 -0400, by Matt Harbison
-
typing: suppress bogus pytype errors in `mercurial/wireprotov1peer.py`Fri, 25 Oct 2024 23:45:05 -0400, by Matt Harbison
-
tests: enable pytype checking on `mercurial/wireprotoframing.py`Fri, 25 Oct 2024 23:09:10 -0400, by Matt Harbison
-
typing: suppress bogus pytype errors in `mercurial/wireprotoframing.py`Fri, 25 Oct 2024 23:07:34 -0400, by Matt Harbison
-
wireprototypes: make `baseprotocolhandler` methods abstractThu, 24 Oct 2024 22:47:31 -0400, by Matt Harbison
-
wireprototypes: convert `baseprotocolhandler.name` to an abstract propertyThu, 24 Oct 2024 22:37:45 -0400, by Matt Harbison
-
wireprotoserver: subclass the new `baseprotocolhandler` Protocol classThu, 24 Oct 2024 20:50:47 -0400, by Matt Harbison
-
wireprototypes: convert `baseprotocolhandler` to a Protocol classThu, 24 Oct 2024 20:47:12 -0400, by Matt Harbison
-
test: stabilize `test-audit-path.t` in rust (hopefully)Sat, 26 Oct 2024 12:56:02 +0200, by Pierre-Yves David
-
pycompat: drop test involving assigning "foo" to `sys.hexversion` stableSat, 26 Oct 2024 05:09:55 +0200, by Pierre-Yves David
-
pycompat: filter more of the traceback in `test-flagproccessor.t` stableSat, 26 Oct 2024 05:11:58 +0200, by Pierre-Yves David
-
pycompat: ignore the fork + thread warning for now stableFri, 25 Oct 2024 00:46:22 +0200, by Pierre-Yves David
-
wireprototypes: fix exception handling code with a bad pytype suppression stableThu, 24 Oct 2024 22:55:45 -0400, by Matt Harbison
-
tests: conditionalize undesired output on Windows for rbc the mmap casesFri, 18 Oct 2024 14:14:24 -0400, by Matt Harbison
-
rev-branch-cache: disable mmapping by default on WindowsFri, 18 Oct 2024 13:21:23 -0400, by Matt Harbison
-
tests: actually test the non-mmap case in `test-branches.t`Fri, 18 Oct 2024 13:45:13 -0400, by Matt Harbison
-
tests: dump the http server log after a clone in `test-static-http.t`Thu, 17 Oct 2024 15:34:45 -0400, by Matt Harbison
-
tests: force `dumbhttp.py` to write its log file with '\n' on WindowsThu, 17 Oct 2024 15:21:20 -0400, by Matt Harbison
-
branching: merge stable into defaultSat, 26 Oct 2024 04:16:00 +0200, by Pierre-Yves David
-
rust: address 'error: unnecessarily eager cloning of iterator items' stableThu, 11 Jan 2024 20:37:34 +0100, by Mads Kiilerich
-
utils: fix resourceutil use of deprecated importlib.resources stableMon, 22 Jul 2024 18:20:03 +0200, by Mads Kiilerich
-
utils: avoid using internal _imp.is_frozen() stableTue, 27 Jun 2023 13:05:03 +0200, by Mads Kiilerich
-
cext: use sys.executable instead of deprecated Py_GetProgramFullPath stableThu, 11 Jan 2024 20:32:07 +0100, by Mads Kiilerich
-
subrepoutil: pass re.sub 'count' argument by name stableThu, 11 Jan 2024 21:58:55 +0100, by Mads Kiilerich
-
tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position stableThu, 11 Jan 2024 21:58:55 +0100, by Mads Kiilerich
-
tests: use packaging from setuptools instead of deprecated distutils stableThu, 29 Jun 2023 20:02:27 +0200, by Mads Kiilerich
-
tests: drop test-demandimport.py distutils test that failed with warnings stableMon, 26 Jun 2023 15:16:51 +0200, by Mads Kiilerich
-
filecache: use bytes wherever possible in the testsSat, 26 Oct 2024 02:04:31 +0200, by Pierre-Yves David
-
cachestat: avoid creating cachestat for http pathSat, 26 Oct 2024 01:38:20 +0200, by Pierre-Yves David
-
filecache: use binary path in the testSat, 26 Oct 2024 02:03:54 +0200, by Pierre-Yves David
-
branching: merge stable into defaultSat, 26 Oct 2024 00:58:01 +0200, by Pierre-Yves David
-
py-3-13: stabilize the docstring output across all supported Python versionsThu, 24 Oct 2024 15:23:52 +0200, by Rapha?l Gom?s
-
docstring: backed out changeset 51057ab0dffa stableFri, 25 Oct 2024 23:54:24 +0200, by Pierre-Yves David
-
tests: stabilize `test-clonebundles-autogen.t` on WindowsTue, 15 Oct 2024 22:30:10 -0400, by Matt Harbison
-
clonebundles: stop shell quoting `HGCB_BUNDLE_BASENAME` environment variableTue, 15 Oct 2024 22:19:30 -0400, by Matt Harbison
-
tests: add coverage to for `HGCB_BUNDLE_BASENAME` with special charactersMon, 21 Oct 2024 15:24:55 -0400, by Matt Harbison
-
tests: stabilize `test-eol-update.t` on WindowsTue, 15 Oct 2024 18:58:47 -0400, by Matt Harbison
-
tests: force `dummysmtpd.py` to write its log file with '\n' on WindowsTue, 15 Oct 2024 18:35:45 -0400, by Matt Harbison
-
tests: raise the default value for the various `devel.sync.*-timeout` configsMon, 14 Oct 2024 20:11:27 -0400, by Matt Harbison
-
tests: remove deprecated test-check-py3-compat.tTue, 22 Oct 2024 15:59:01 +0200, by Pierre-Yves David
-
zope-interface: add compatibility with 3.13 compiler attributes stableThu, 24 Oct 2024 18:58:58 +0200, by Rapha?l Gom?s
-
py-3-13: fix traceback matching for the new Python version stableThu, 24 Oct 2024 15:35:45 +0200, by Rapha?l Gom?s
-
py-3-13: stabilize the docstring output across all supported Python versions stableThu, 24 Oct 2024 15:23:52 +0200, by Rapha?l Gom?s
-
test-lfs-serve-access: vastly simplify the error output check stableThu, 24 Oct 2024 18:04:26 +0200, by Rapha?l Gom?s
-
subrepo: propagate non-default path on outgoing stableSun, 31 Mar 2024 17:57:46 -0300, by Felipe Resende
-
outgoing: move sorting in the display function stableFri, 25 Oct 2024 01:23:24 +0200, by Pierre-Yves David
-
outgoing: extract changeset display in its own function stableFri, 25 Oct 2024 01:04:38 +0200, by Felipe Resende
-
merge: add a config to allow conflict-free merge of changes on adjacent linesThu, 24 Oct 2024 17:35:53 +0200, by Arseniy Alekseyev
-
localrepo: drop the CamelCase name for `localrepo.ilocalrepositorymain`Wed, 23 Oct 2024 17:08:57 -0400, by Matt Harbison
-
localrepo: drop the CamelCase name for `localrepo.revlognarrowfilestorage`Wed, 23 Oct 2024 17:04:59 -0400, by Matt Harbison
-
localrepo: drop the CamelCase name for `localrepo.revlogfilestorage`Wed, 23 Oct 2024 17:03:33 -0400, by Matt Harbison
-
localrepo: drop the CamelCase name for `localrepo.locallegacypeer`Wed, 23 Oct 2024 17:01:35 -0400, by Matt Harbison
-
localrepo: drop the CamelCase name for `localrepo.localpeer`Wed, 23 Oct 2024 16:59:43 -0400, by Matt Harbison
-
localrepo: drop the CamelCase name for `localrepo.localcommandexecutor`Wed, 23 Oct 2024 16:51:18 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.treemanifestctx`Wed, 23 Oct 2024 16:48:46 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.memtreemanifestctx`Wed, 23 Oct 2024 16:45:12 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.manifestctx`Wed, 23 Oct 2024 16:43:22 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.memmanifestctx`Wed, 23 Oct 2024 16:41:02 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.manifestlog`Wed, 23 Oct 2024 16:39:12 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.manifestrevlog`Wed, 23 Oct 2024 16:36:50 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.treemanifest`Wed, 23 Oct 2024 16:32:34 -0400, by Matt Harbison
-
manifest: drop the CamelCase name for `manifest.manifestdict`Wed, 23 Oct 2024 16:30:23 -0400, by Matt Harbison
-
filelog: drop the CamelCase name for `filelog.filelog`Wed, 23 Oct 2024 16:24:18 -0400, by Matt Harbison
-
revlog: drop the CamelCase name for `revlog.revlogproblem`Wed, 23 Oct 2024 16:22:21 -0400, by Matt Harbison
-
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta`Wed, 23 Oct 2024 16:19:24 -0400, by Matt Harbison
-
tests: use pyflakes as a tool, not a python moduleWed, 23 Oct 2024 16:14:13 +0200, by Pierre-Yves David
-
clang-format: do not accept version above 19.xTue, 22 Oct 2024 15:50:47 +0200, by Pierre-Yves David
-
rust-update: add a config item to disable the Rust update fastpathWed, 16 Oct 2024 17:21:03 +0200, by Rapha?l Gom?s
-
update: add a Rust fast-path when updating from null (and clean)Tue, 01 Oct 2024 13:49:11 +0200, by Rapha?l Gom?s
-
merge: improve working-copy mtime race handlingWed, 16 Oct 2024 19:14:30 +0200, by Rapha?l Gom?s
-
merge: move the filtering of ambiguous files to a dedicated functionWed, 16 Oct 2024 18:56:19 +0200, by Rapha?l Gom?s
-
timestamp: make the reliable comparison more usable from outsideWed, 16 Oct 2024 18:41:49 +0200, by Rapha?l Gom?s
-
timestamp: add type information to the moduleWed, 16 Oct 2024 18:40:59 +0200, by Rapha?l Gom?s
-
rust-dirstate: make the reliable timestamp comparison more usable from outsideWed, 16 Oct 2024 17:19:38 +0200, by Rapha?l Gom?s
-
rust-dirstate-map: use a more precise identityThu, 03 Oct 2024 16:35:31 +0200, by Rapha?l Gom?s
-
dirstate-map: add a missing debug wait point when accessing the v2 docketMon, 14 Oct 2024 14:14:21 +0200, by Rapha?l Gom?s
-
rust-parsers: use the same error message as with the higher-level codeThu, 03 Oct 2024 00:31:25 +0200, by Rapha?l Gom?s
-
rust-pathauditor: make sure we actually test the nested repo caseThu, 03 Oct 2024 01:52:44 +0200, by Rapha?l Gom?s
-
rust-pathauditor: match more of Python's behavior and display messagesWed, 02 Oct 2024 20:29:48 +0200, by Rapha?l Gom?s
-
rust-dirstate: pass dirstate tracked key from the requirementsWed, 02 Oct 2024 18:31:32 +0200, by Rapha?l Gom?s
-
rust-files: check for empty manifests caused by narrowWed, 02 Oct 2024 13:39:43 +0200, by Rapha?l Gom?s
-
rust-repo: don't use on-disk dirstate parents in v1Wed, 02 Oct 2024 13:36:51 +0200, by Rapha?l Gom?s
-
rust-cpython: add a util to get a `Repo` from a python pathTue, 01 Oct 2024 13:45:18 +0200, by Rapha?l Gom?s
-
rust: improve `InvalidRevision` error messageTue, 01 Oct 2024 13:20:40 +0200, by Rapha?l Gom?s
-
rust-dirstate: use a struct as arguments for the high-level `reset_state`Mon, 30 Sep 2024 17:19:35 +0200, by Rapha?l Gom?s
-
rust: implement `From<SparseConfigWarning>` for `HgError`Mon, 30 Sep 2024 16:55:11 +0200, by Rapha?l Gom?s
-
rust-hg-cpython: add an `HgProgressBar` utilMon, 30 Sep 2024 16:04:51 +0200, by Rapha?l Gom?s
-
rust: add `Progress` trait for progress barsMon, 30 Sep 2024 16:02:30 +0200, by Rapha?l Gom?s
-
rust-files: separate the listing of files from a revset and a revisionMon, 30 Sep 2024 19:15:19 +0200, by Rapha?l Gom?s
-
rust-files: add a `Sync` bound to the matcherMon, 30 Sep 2024 19:12:42 +0200, by Rapha?l Gom?s
-
rust-files: also return filenode and flags when listing a revision's filesMon, 30 Sep 2024 12:10:35 +0200, by Rapha?l Gom?s
-
rust-manifest: encode flags as `Option<NonZeroU8>`Mon, 30 Sep 2024 12:08:49 +0200, by Rapha?l Gom?s
-
rust-repo: add a method to set the current parentsMon, 30 Sep 2024 17:46:52 +0200, by Rapha?l Gom?s
-
rust-repo: add a method to get a `Node` from a `Revision` to the `Repo`Mon, 30 Sep 2024 17:46:24 +0200, by Rapha?l Gom?s
-
rust-utils: move the `filesystem_now` function to a utilMon, 30 Sep 2024 17:45:10 +0200, by Rapha?l Gom?s
-
rust-dirstate: actually remember the identityMon, 30 Sep 2024 17:43:51 +0200, by Rapha?l Gom?s
-
mergestate: reduce the number of attribute lookupsWed, 21 Aug 2024 09:48:14 +0200, by Rapha?l Gom?s
-
test-lfs-serve-access: account for output differences in Python 3.12 stableWed, 23 Oct 2024 14:02:28 +0200, by Rapha?l Gom?s
-
contrib: install pip 24.2 in the Windows dependency installer scriptMon, 21 Oct 2024 11:48:09 -0400, by Matt Harbison
-
contrib: install the latest py 3.11-3.13 in the Windows dependency scriptSat, 19 Oct 2024 01:22:25 -0400, by Matt Harbison
-
contrib: update to the latest py3.9 and 3.10 in the Windows dependency scriptSat, 19 Oct 2024 01:05:50 -0400, by Matt Harbison
-
contrib: drop python 3.7 from the Windows dependency installer scriptSat, 19 Oct 2024 00:57:52 -0400, by Matt Harbison
-
contrib: drop python 3.5 requirements file for Linux automationSat, 19 Oct 2024 00:50:49 -0400, by Matt Harbison
-
windows: implement `util.cachestat` to fix numerous dirstate problems stableWed, 16 Oct 2024 18:06:36 -0400, by Matt Harbison
-
extdiff: don't run gui programs when in a cli-only environmentMon, 04 Feb 2019 23:32:20 -0800, by Ludovic Chabant
-
bookflow: fix bullet list indentation in docstringWed, 28 Dec 2022 21:33:44 -0800, by Ludovic Chabant
-
doc: generate separate commands/topics/extension pagesMon, 09 Oct 2023 22:14:24 -0700, by Ludovic Chabant
-
doc: refactor gendoc for better reusabilityMon, 09 Oct 2023 22:11:21 -0700, by Ludovic Chabant
-
stream: prefer keeping an open file handle to volatile file instead of copyTue, 01 Oct 2024 16:07:51 +0200, by Pierre-Yves David
-
stream: remove __getitem__ from the VolatileManagerTue, 01 Oct 2024 15:55:49 +0200, by Pierre-Yves David
-
stream: open volatile file through the managerTue, 01 Oct 2024 15:55:29 +0200, by Pierre-Yves David
-
stream: rename TempCopyManager to VolatileManagerMon, 14 Oct 2024 15:11:49 +0200, by Pierre-Yves David
-
ci: only use the macOS runner if manually invokedMon, 14 Oct 2024 12:12:34 -0400, by Matt Harbison
-
ci: add a runner for macosTue, 08 Oct 2024 18:59:44 -0400, by Matt Harbison
-
branching: merge stable into defaultTue, 15 Oct 2024 13:52:21 +0200, by Pierre-Yves David
-
tests: use shlex.quote instead of pipes.quote stableMon, 14 Oct 2024 16:46:25 +0200, by Julien Cristau
-
branchmap-v3: make sure we write the cache after detecting pure-topo modeTue, 01 Oct 2024 12:29:10 +0200, by Pierre-Yves David
-
demande-import-test: use `wsgiref` instead of `telnetlib` for testing stableTue, 15 Oct 2024 04:33:30 +0200, by Pierre-Yves David
-
hgdemandimport: add collections.abc to the ignore list because Python 3.13 rc3 stableMon, 07 Oct 2024 19:53:24 +0200, by Mads Kiilerich
-
run-tests: include non-activated venv packages in `PYTHONPATH`Fri, 11 Oct 2024 00:56:20 -0400, by Matt Harbison
-
tests: allow optional output when `test-lfs-server` is sent SIGTERMThu, 10 Oct 2024 17:52:26 -0400, by Matt Harbison
-
tests: stabilize `test-http-bad-server.t` on macOSWed, 09 Oct 2024 20:09:33 -0400, by Matt Harbison
-
upgrade: disable using the parallel workers optimization on macOSWed, 09 Oct 2024 13:55:04 -0400, by Matt Harbison
-
format: fix few black issuesSun, 13 Oct 2024 04:55:48 +0200, by paugier
-
install: static data moved from setup.py to pyproject.tomlThu, 10 Oct 2024 09:54:55 +0200, by paugier
-
ci: display tool version more selectivelyMon, 14 Oct 2024 00:15:25 +0200, by Pierre-Yves David
-
zeroconf: fix a warning about a signature mismatch in a method overrideSun, 13 Oct 2024 14:46:23 +0200, by Matt Harbison
-
zeroconf: use str instead of bytes when indexing `globals()`Mon, 07 Oct 2024 23:24:28 -0400, by Matt Harbison
-
zeroconf: fix an invalid argument error on WindowsMon, 07 Oct 2024 23:20:09 -0400, by Matt Harbison
-
tests: fix hooks in `test-transaction-rollback-on-revlog-split.t` for WindowsSat, 12 Oct 2024 16:55:30 -0400, by Matt Harbison
-
tests: use the cross platform `SIGKILL` functionSat, 12 Oct 2024 16:35:03 -0400, by Matt Harbison
-
tests: add a module that can perform the equivalent of `SIGKILL` on any OSSat, 12 Oct 2024 16:06:37 -0400, by Matt Harbison
-
tests: teach `killdaemons` on Windows to use an exit code provided by a callerSat, 12 Oct 2024 15:22:03 -0400, by Matt Harbison
-
ci: also offer tests with Python 3.13Thu, 10 Oct 2024 17:55:50 +0200, by Pierre-Yves David
-
run-test: add regular line break and test count in the dot outputSat, 12 Oct 2024 03:07:52 +0200, by Pierre-Yves David
-
clonebundle-digest: add recursion guards for Python 3.8Fri, 11 Oct 2024 14:37:59 +0200, by Joerg Sonnenberger
-
tests: replace inline `waitlock()` with `wait-on-file` scriptTue, 08 Oct 2024 01:06:57 -0400, by Matt Harbison
-
tests: stabilize `test-split-legacy-inline-changelog.t` on WindowsMon, 07 Oct 2024 21:48:36 -0400, by Matt Harbison
-
tests: stabilize `test-largefiles-cache.t` on WindowsMon, 07 Oct 2024 19:11:54 -0400, by Matt Harbison
-
tests: stabilize `test-journal.t` on WindowsMon, 07 Oct 2024 18:33:45 -0400, by Matt Harbison
-
tests: stabilize `test-clonebundles.t` on WindowsMon, 07 Oct 2024 18:26:41 -0400, by Matt Harbison
-
tests: cleanup some special casing of `seq` emitting '\r\n'Mon, 07 Oct 2024 17:26:31 -0400, by Matt Harbison
-
tests: force `seq` to print with '\n' EOLMon, 07 Oct 2024 16:20:07 -0400, by Matt Harbison
-
tests: stabilize `test-bundle-phase-internal.t` on WindowsMon, 07 Oct 2024 15:48:06 -0400, by Matt Harbison
-
tests: skip `test-wsgicgi.t` on MSYSMon, 07 Oct 2024 13:19:16 -0400, by Matt Harbison
-
clonebundles: allow manifest to specify sha256 digest of bundlesThu, 27 Jun 2024 03:32:52 +0200, by Joerg Sonnenberger
-
install: add long_description_content_typeThu, 03 Oct 2024 14:45:01 +0200, by paugier
-
headrevs: replace a boolean match with a if/elseWed, 09 Oct 2024 10:56:51 +0200, by Pierre-Yves David
-
head-revs: add a native implementation of the `stop_rev` parameterFri, 27 Sep 2024 03:55:40 +0200, by Pierre-Yves David
-
head-revs: move hg-core's inner_headrevsfiltered closer to inner_headrevsThu, 26 Sep 2024 01:52:09 +0200, by Pierre-Yves David
-
branchmap-v3: introduce a "stop_rev" argument to `headsrevs`Tue, 03 Sep 2024 11:11:17 +0200, by Pierre-Yves David
-
branchmap-v3: filter topo heads using node for performance reasonTue, 03 Sep 2024 02:13:03 +0200, by Pierre-Yves David
-
rev-branch-cache: properly ignores unaligned trailing dataFri, 27 Sep 2024 15:19:10 +0200, by Pierre-Yves David
-
rev-branch-cache: stop pretending we will overwrite data when we don'tFri, 27 Sep 2024 15:01:43 +0200, by Pierre-Yves David
-
rev-branch-cache: fix message about overwritten dataFri, 27 Sep 2024 15:05:26 +0200, by Pierre-Yves David
-
branchmap-v3: detect invalid headerline and raise errorFri, 27 Sep 2024 02:27:54 +0200, by Pierre-Yves David
-
head-revs: merge the two inner_headrevs? variantsFri, 27 Sep 2024 00:55:54 +0200, by Pierre-Yves David
-
head-revs: move hg-cpython's inner_headrevsfiltered closer to inner_headrevsThu, 26 Sep 2024 01:50:36 +0200, by Pierre-Yves David
-
head-revs: teach the pure indexes about the `headrevs` methodWed, 25 Sep 2024 17:18:40 +0200, by Pierre-Yves David
-
head-revs: remove the `headrevsfiltered` method on the indexThu, 26 Sep 2024 00:50:21 +0200, by Pierre-Yves David
-
head-revs: stop calling headrevsfilteredWed, 25 Sep 2024 17:11:32 +0200, by Pierre-Yves David
-
rust-cpython: also accept the `filteredrevs` argument in index.headrevsWed, 25 Sep 2024 21:43:21 +0200, by Pierre-Yves David
-
branchmap: use the proper experimental name in cacheutilWed, 25 Sep 2024 16:38:31 +0200, by Pierre-Yves David
-
interfaces: introduce and use a protocol class for the `mpatch` moduleSat, 05 Oct 2024 18:58:20 -0400, by Matt Harbison
-
branching: merge stable into defaultTue, 08 Oct 2024 21:46:22 +0200, by Pierre-Yves David
-
doctest: use the system hg to find the list of file to tests stableTue, 08 Oct 2024 20:50:46 +0200, by Pierre-Yves David
-
relnotes: skip the test if the source repository is not readable stableTue, 08 Oct 2024 15:54:59 +0200, by Pierre-Yves David
-
check-code: document reason and suggest alternative to exit code negation stableTue, 08 Oct 2024 15:54:59 +0200, by Pierre-Yves David
-
test: preserve the existing module policy config for testrepohg resuse stableTue, 08 Oct 2024 15:54:59 +0200, by Pierre-Yves David
-
module-policy: ignore empty module policy stableTue, 08 Oct 2024 15:54:59 +0200, by Pierre-Yves David
-
tests: provide an alternate fake lock for filesystems without symlink supportFri, 04 Oct 2024 13:26:29 -0400, by Matt Harbison
-
tests: disable `worker.backgroundclose` to stabilize a test on WindowsFri, 04 Oct 2024 12:53:02 -0400, by Matt Harbison
-
tests: fix lock file path mangling in `test-racy-mutations.t` on WindowsFri, 04 Oct 2024 11:22:30 -0400, by Matt Harbison
-
tests: stabilize `test-status-eacces.t` on WindowsFri, 04 Oct 2024 11:10:45 -0400, by Matt Harbison
-
run-tests: bump the default timeout on Windows to 4x the normal valueFri, 04 Oct 2024 01:40:35 -0400, by Matt Harbison
-
run-tests: bump the minimum python to 3.8Fri, 04 Oct 2024 01:29:45 -0400, by Matt Harbison
-
tests: stabilize `test-sparse.t` on WindowsFri, 04 Oct 2024 01:23:31 -0400, by Matt Harbison
-
tests: fix a test hang on Windows when setting a debuglockThu, 03 Oct 2024 21:08:10 -0400, by Matt Harbison
-
tests: conditionalize `chmod` usage in `test-upgrade-repo.t`Thu, 03 Oct 2024 19:49:05 -0400, by Matt Harbison
-
tests: print the actual timeout value used in `wait-on-file`Wed, 02 Oct 2024 18:30:12 -0400, by Matt Harbison
-
tests: stabilize `test-transaction-wc-rollback-race.t` on WindowsWed, 02 Oct 2024 18:19:59 -0400, by Matt Harbison
-
tests: stabilize `test-merge-partial-tool.t` on WindowsWed, 02 Oct 2024 16:34:33 -0400, by Matt Harbison
-
tests: replace `hg id --debug -i` command substitution with non-debug commandWed, 02 Oct 2024 11:43:22 -0400, by Matt Harbison
-
tests: correct Windows output to account for putting repos in `repo` subdirTue, 01 Oct 2024 21:40:20 -0400, by Matt Harbison
-
tests: use pattern matching to mask `ECONNREFUSED` messagesTue, 01 Oct 2024 21:34:44 -0400, by Matt Harbison
-
typing: add stub functions for `cext/charencoding`Sat, 05 Oct 2024 17:32:26 -0400, by Matt Harbison
-
interfaces: introduce and use a protocol class for the `charencoding` moduleSat, 05 Oct 2024 15:00:37 -0400, by Matt Harbison
-
debugantivirusrunning: use bytes when opening a vfs fileFri, 04 Oct 2024 23:23:24 -0400, by Matt Harbison
-
interfaces: introduce and use a protocol class for the `base85` moduleFri, 04 Oct 2024 23:21:41 -0400, by Matt Harbison
-
base85: avoid a spurious use-before-initialized warning in `pure` moduleFri, 04 Oct 2024 23:09:56 -0400, by Matt Harbison
-
typing: add type annotations to `mercurial/mdiff.py`Mon, 30 Sep 2024 19:40:14 -0400, by Matt Harbison
-
mdiff: convert a few block definitions from lists to tuplesMon, 30 Sep 2024 23:50:40 -0400, by Matt Harbison
-
interfaces: add the optional `bdiff.xdiffblocks()` methodSun, 29 Sep 2024 02:03:20 -0400, by Matt Harbison
-
interfaces: introduce and use a protocol class for the `bdiff` moduleSat, 28 Sep 2024 19:12:18 -0400, by Matt Harbison
-
mdiff: tweak calls into `bdiff.fixws` to match its type hintsSat, 28 Sep 2024 19:11:39 -0400, by Matt Harbison
-
util: minor copy editing of the documentation for `mmapread()`Tue, 01 Oct 2024 15:04:06 -0400, by Matt Harbison
-
util: make `mmapread()` work on Windows againTue, 01 Oct 2024 15:00:39 -0400, by Matt Harbison
-
typing: add type annotations to the dirstate classesFri, 27 Sep 2024 12:30:37 -0400, by Matt Harbison
-
interfaces: change a couple of dirstate fields to `@property`Fri, 27 Sep 2024 12:10:25 -0400, by Matt Harbison
-
git: make `dirstate.parents()` return a list like the core classFri, 27 Sep 2024 12:05:48 -0400, by Matt Harbison
-
typing: add type hints for the overloads of `matchmod.readpatternfile()`Fri, 27 Sep 2024 11:57:42 -0400, by Matt Harbison
-
dirstate: subclass the new dirstate Protocol classThu, 26 Sep 2024 18:52:46 -0400, by Matt Harbison
-
git: correct some signature mismatches between dirstate and the Protocol classThu, 26 Sep 2024 18:51:03 -0400, by Matt Harbison
-
interfaces: convert the zope `Attribute` attrs to regular fieldsThu, 26 Sep 2024 18:15:36 -0400, by Matt Harbison
-
interfaces: add the missing `self` arg to the dirstate Protocol classThu, 26 Sep 2024 18:09:33 -0400, by Matt Harbison
-
interfaces: convert the dirstate zope interface to a Protocol classThu, 26 Sep 2024 18:04:31 -0400, by Matt Harbison
-
tests: disable `test-check-interfaces.py` while converting to protocolsThu, 26 Sep 2024 17:47:39 -0400, by Matt Harbison
-
tests: always access the mercurial repo through `helpers-testrepo.sh`Wed, 02 Oct 2024 14:51:56 +0100, by Arseniy Alekseyev
-
tests: in helpers-testrepo.sh switch from shell aliases to functionsWed, 02 Oct 2024 14:49:07 +0100, by Arseniy Alekseyev
-
rust: fix the deprecation warning in NaiveDateTime::from_timestampFri, 27 Sep 2024 17:25:15 +0100, by Arseniy Alekseyev
-
run-tests: ensure that --no-rust do not use rust stableFri, 27 Sep 2024 15:53:56 +0200, by Pierre-Yves David
-
revlogutils: teach issue6528 filtering about grandparentsSat, 20 Jul 2024 03:04:48 +0200, by Joerg Sonnenberger
-
revlogutils: remember known metadata parents for issue6528Sat, 20 Jul 2024 00:43:08 +0200, by Joerg Sonnenberger
-
revlogutils: for issue6528 fix, pre-cache nullrev as metadata-freeSat, 20 Jul 2024 00:44:59 +0200, by Joerg Sonnenberger
-
revlogutils: for issue6528 fix, cache results for null changesSat, 20 Jul 2024 00:59:50 +0200, by Joerg Sonnenberger
-
revlogutils: fix _chunk() referenceSat, 20 Jul 2024 00:41:37 +0200, by Joerg Sonnenberger
-
rev-branch-cache: reenable memory mapping of the revision dataMon, 02 Sep 2024 22:14:38 +0200, by Pierre-Yves David
-
rev-branch-cache: have debugupdatecache warm rbc tooWed, 25 Sep 2024 12:42:47 +0200, by Pierre-Yves David
-
rev-branch-cache: schedule a write of the "v2" format if we read from "v1"Wed, 25 Sep 2024 12:49:32 +0200, by Pierre-Yves David
-
rev-branch-cache: fallback on "v1" data if no v2 is foundTue, 24 Sep 2024 15:44:10 +0200, by Pierre-Yves David
-
rev-branch-cache: increment the version to "v2"Tue, 24 Sep 2024 03:16:35 +0200, by Pierre-Yves David
-
rev-branch-cache: stop truncating cache fileTue, 24 Sep 2024 00:16:23 +0200, by Pierre-Yves David
-
rev-branch-cache: make sure we close the name file we openTue, 24 Sep 2024 00:16:04 +0200, by Pierre-Yves David
-
rev-branch-cache: add a way to force rewrite of the cacheMon, 23 Sep 2024 23:52:45 +0200, by Pierre-Yves David
-
rev-branch-cache: issue more truthful "truncating" messageTue, 24 Sep 2024 00:01:30 +0200, by Pierre-Yves David
-
rev-branch-cache: move the code in a dedicated moduleSun, 22 Sep 2024 15:55:46 +0200, by Pierre-Yves David
-
statichttprepo: stop shadowing the `bytes` builtinWed, 25 Sep 2024 01:16:47 -0400, by Matt Harbison
-
statichttprepo: fix `httprangereader.read()` for py3Wed, 25 Sep 2024 01:12:39 -0400, by Matt Harbison
-
statichttprepo: use a context manager to handle a file descriptorWed, 25 Sep 2024 00:52:44 -0400, by Matt Harbison
-
profiling: pass bytes to `_()` and `error.Abort()`Thu, 26 Sep 2024 02:58:50 +0200, by Matt Harbison
-
exchange: improve computation of relevant markers for large reposMon, 08 Jul 2024 22:46:04 +0200, by Joerg Sonnenberger
-
typing: make the localrepo classes known to pytypeFri, 20 Sep 2024 21:31:58 -0400, by Matt Harbison
-
typing: add a handful more annotations to `mercurial/vfs.py`Mon, 23 Sep 2024 14:58:37 -0400, by Matt Harbison
-
typing: make `vfs.isfileorlink_checkdir()` path arg requiredSat, 21 Sep 2024 13:53:05 -0400, by Matt Harbison
-
typing: manually add type annotations to `mercurial/vfs.py`Fri, 20 Sep 2024 20:16:12 -0400, by Matt Harbison
-
typing: correct pytype mistakes in `mercurial/vfs.py`Fri, 20 Sep 2024 16:36:28 -0400, by Matt Harbison
-
typing: run `merge-pyi` on `mercurial/vfs.py`Fri, 20 Sep 2024 13:38:13 -0400, by Matt Harbison
-
typing: add type annotations to `mercurial.util.makelock()`Fri, 20 Sep 2024 01:10:17 -0400, by Matt Harbison
-
util: avoid a leaked file descriptor in `util.makelock()` exceptional caseFri, 20 Sep 2024 00:20:24 -0400, by Matt Harbison
-
typing: add type annotations to the `mercurial.util.filestat` classFri, 20 Sep 2024 00:04:09 -0400, by Matt Harbison
-
vfs: do minor copyediting on comments and doc stringsFri, 20 Sep 2024 12:15:08 -0400, by Matt Harbison
-
vfs: simplify the `abstractvfs.rename()` implementationFri, 20 Sep 2024 01:16:16 -0400, by Matt Harbison
-
vfs: use @abstractmethod instead of homebrewing abstract methodsFri, 20 Sep 2024 00:07:39 -0400, by Matt Harbison
-
vfs: modernize the detection of the main threadThu, 19 Sep 2024 21:03:10 -0400, by Matt Harbison
-
store: fix a signature mismatch for a vfs subclassSun, 22 Sep 2024 17:06:31 -0400, by Matt Harbison
-
lfs: fix various signature mismatches for vfs subclassesSun, 22 Sep 2024 17:02:42 -0400, by Matt Harbison
-
util: add a comment to suppress a PyCharm warning about a PEP 8 violationSun, 22 Sep 2024 17:18:05 -0400, by Matt Harbison
-
keepalive: fix a signature mismatch for a http.client.HTTPResponse subclassSun, 22 Sep 2024 17:15:20 -0400, by Matt Harbison
-
cbor: drop a duplicate dictionary initialization entrySun, 22 Sep 2024 17:11:10 -0400, by Matt Harbison
-
profiling: document the py-spy value for `profiling.type`Wed, 04 Sep 2024 17:08:58 +0200, by Pierre-Yves David
-
tests: enable pytype checking on `mercurial/unionrepo.py`Thu, 19 Sep 2024 18:49:04 -0400, by Matt Harbison
-
unionrepo: fix mismatches with revlog classesThu, 19 Sep 2024 18:48:07 -0400, by Matt Harbison
-
typing: make `unionrepository` subclass `localrepository` while type checkingThu, 19 Sep 2024 16:19:29 -0400, by Matt Harbison
-
tests: enable pytype checking on `mercurial/bundlerepo.py`Wed, 18 Sep 2024 21:00:20 -0400, by Matt Harbison
-
revlog: make `clearcaches()` signature consistent with ManifestRevlogWed, 18 Sep 2024 17:46:46 -0400, by Matt Harbison
-
bundlerepo: fix mismatches with repository and revlog classesSat, 03 Aug 2024 01:33:13 -0400, by Matt Harbison
-
typing: make `bundlerepository` subclass `localrepository` while type checkingWed, 18 Sep 2024 17:50:57 -0400, by Matt Harbison
-
rust: bump rust-cpython version to 0.7.2 stableTue, 17 Sep 2024 16:40:24 +0200, by Pierre-Yves David
-
rust: add Vfs traitWed, 19 Jun 2024 14:49:35 +0200, by Rapha?l Gom?s
-
rust: use new revlog configs in all revlog opening codeWed, 19 Jun 2024 12:49:26 +0200, by Rapha?l Gom?s
-
rust-revlog: don't try to open the data file if the index is emptyTue, 17 Sep 2024 10:18:32 +0200, by Rapha?l Gom?s
-
rust-revlog: add revlog-specific config objectsWed, 19 Jun 2024 12:25:12 +0200, by Rapha?l Gom?s
-
typing: add `from __future__ import annotations` to remaining source filesThu, 12 Sep 2024 16:27:58 -0400, by Matt Harbison
-
typing: add `from __future__ import annotations` to most filesMon, 16 Sep 2024 15:36:44 +0200, by Matt Harbison
-
format: add many "missing" commaMon, 16 Sep 2024 15:36:38 +0200, by Matt Harbison
-
typing: simplify archive.gz writing and drop a few pytype suppressionsThu, 12 Sep 2024 12:53:00 -0400, by Matt Harbison
-
typing: explicitly set the return type of `_InnerRevLog.raw_text()`Thu, 12 Sep 2024 12:38:43 -0400, by Matt Harbison
-
typing: add explicit hints for recent pytype regressionsThu, 12 Sep 2024 12:28:27 -0400, by Matt Harbison
-
revlog: use the method to check if the revlog is being written toWed, 19 Jun 2024 18:06:50 +0200, by Rapha?l Gom?s
-
revlog: add an early return for getting sidedataWed, 19 Jun 2024 17:26:06 +0200, by Rapha?l Gom?s
-
revlog: simplify rawtext return valueWed, 19 Jun 2024 17:19:20 +0200, by Rapha?l Gom?s
-
revlog: cleanup some outdated docstringsWed, 19 Jun 2024 17:06:05 +0200, by Rapha?l Gom?s
-
rust-inner-revlog: always inline `get_entry`Thu, 12 Sep 2024 10:09:06 +0200, by Pierre-Yves David
-
rust-inner-revlog: derive Debug for IndexHeaderFlagsThu, 12 Sep 2024 10:08:45 +0200, by Pierre-Yves David
-
rust-inner-revlog: drop some outdated commentThu, 12 Sep 2024 10:08:28 +0200, by Pierre-Yves David
-
rust-config: add more ways of reading the configWed, 19 Jun 2024 12:00:55 +0200, by Rapha?l Gom?s
-
util: make buffer readonlyTue, 26 Mar 2024 15:51:31 +0000, by Rapha?l Gom?s
-
setup: avoid the deprecated `distutils.spawn.find_executable`Thu, 05 Sep 2024 17:12:52 -0400, by Matt Harbison
-
setup: drop the hack to disable linker warning 4197 on WindowsThu, 05 Sep 2024 16:59:36 -0400, by Matt Harbison
-
ci: also offer to test 3.12 with rustWed, 11 Sep 2024 00:20:07 +0200, by Pierre-Yves David
-
ci: add the option to test more Python versionsWed, 28 Aug 2024 16:35:43 +0200, by Pierre-Yves David
-
censor: document the censor.policy option (issue6909)Thu, 05 Sep 2024 12:37:59 +0200, by Pierre-Yves David
-
help: add :config-doc:`section.key` shorthand to insert documentationThu, 05 Sep 2024 12:28:12 +0200, by Pierre-Yves David
-
bzr: attempt to stabilize the testWed, 11 Sep 2024 20:52:51 +0200, by Pierre-Yves David
-
branching: merge with stableThu, 12 Sep 2024 02:24:20 +0200, by Pierre-Yves David
-
profiling: use "stat" profiler to profile individual request stableWed, 11 Sep 2024 12:03:39 +0200, by Pierre-Yves David
-
profiling: improve 3.12 error message for calling lsprof twice stableWed, 11 Sep 2024 12:02:38 +0200, by Pierre-Yves David
-
test: display server error log in test-profile.t stableWed, 11 Sep 2024 00:41:37 +0200, by Pierre-Yves David
-
archive: defer opening the output until a file is matchedWed, 15 Nov 2023 22:11:34 +0100, by Joerg Sonnenberger
-
run-tests: add color to the progress outputThu, 05 Sep 2024 13:37:24 +0200, by Pierre-Yves David
-
python-compat: drop support for Python3.6 and 3.7Tue, 10 Sep 2024 22:26:23 +0200, by Pierre-Yves David
-
ci: drop path manipulation that we do not need anymoreTue, 10 Sep 2024 21:19:36 +0200, by Pierre-Yves David
-
brancing: merge stable into defaultFri, 06 Sep 2024 02:12:19 +0200, by Pierre-Yves David
-
setup: handle removal of old MSVC compiler from setuptools 65.0 (issue6910) stableThu, 05 Sep 2024 15:37:14 -0400, by Matt Harbison
-
utils: accept bytearray arguments for escapestrWed, 28 Aug 2024 23:25:26 +0200, by Joerg Sonnenberger
-
http: simplifySun, 30 Jun 2024 16:02:50 +0200, by Joerg Sonnenberger
-
http: use urllib's cookie handlerSun, 30 Jun 2024 14:16:43 +0200, by Joerg Sonnenberger
-
http: reuse Python's implementation of read/readline/readintoSun, 30 Jun 2024 13:22:23 +0200, by Joerg Sonnenberger