Mercurial > public > mercurial-scm > hg-stable
graph
-
stream: acknowledge the end of the bundle part earlierThu, 28 Nov 2024 11:05:26 +0100, by Pierre-Yves David
-
stream: report number of file written then information is availableThu, 28 Nov 2024 11:05:16 +0100, by Pierre-Yves David
-
stream: consistently close progress before reporting timeThu, 28 Nov 2024 11:05:07 +0100, by Pierre-Yves David
-
stream: use an utility function to report transferred bytesThu, 28 Nov 2024 11:05:02 +0100, by Pierre-Yves David
-
typing: add some type annotations to the `wireprotoframing` moduleMon, 06 Jan 2025 20:32:31 -0500, by Matt Harbison
-
typing: add type annotations for wireprotoframing encoder/decoder classesMon, 13 Jan 2025 15:37:08 -0500, by Matt Harbison
-
typing: add some type annotations to the `merge.mergeresult` classMon, 13 Jan 2025 12:24:33 -0500, by Matt Harbison
-
streamclone: unbyteify string args to builtin Error classesMon, 13 Jan 2025 00:40:48 -0500, by Matt Harbison
-
typing: add trivial type annotations to `mercurial/streamclone.py`Mon, 13 Jan 2025 00:36:25 -0500, by Matt Harbison
-
cborutil: unbyteify string args to builtin Error classesMon, 13 Jan 2025 00:29:11 -0500, by Matt Harbison
-
typing: add type annotations to most of `mercurial/utils/cborutil.py`Sun, 12 Jan 2025 22:05:19 -0500, by Matt Harbison
-
typing: lock in the type annotations that were lost with the pyupgrade changesSun, 12 Jan 2025 21:35:30 -0500, by Matt Harbison
-
typing: lock in the new type annotations detected with the pyupgrade changesMon, 06 Jan 2025 20:02:17 -0500, by Matt Harbison
-
check-pytype: unset HGWITHRUSTEXT to fix make localWed, 15 Jan 2025 06:56:44 +0100, by Pierre Augier
-
check-pytype: echo HGWITHRUSTEXTWed, 15 Jan 2025 06:23:28 +0100, by Pierre Augier
-
setup: __modulepolicy__.py created in the source dir for editable modeTue, 14 Jan 2025 15:55:16 +0100, by paugier
-
make: stop using setup.py clean (deprecated)Thu, 23 Jan 2025 08:50:22 +0100, by Pierre Augier
-
ci: echo full run-tests.py callTue, 14 Jan 2025 11:08:09 +0100, by paugier
-
wheels: use PyPA buildMon, 13 Jan 2025 16:44:23 +0100, by Pierre Augier
-
setup: check that setuptools_scm is importableMon, 13 Jan 2025 15:52:31 +0100, by Pierre Augier
-
hghave: avoid unused import warning by deleting the imported moduleTue, 14 Jan 2025 07:31:38 +0100, by Matt Harbison
-
hghave: drop redundant parenthesesSun, 12 Jan 2025 20:05:25 -0500, by Matt Harbison
-
hghave: make the `ignorestatus` argument to `matchoutput()` a boolSun, 12 Jan 2025 19:57:58 -0500, by Matt Harbison
-
hghave: byteify the `regexp` arg to `matchoutput()`Sun, 12 Jan 2025 19:55:06 -0500, by Matt Harbison
-
packaging: get version with setuptools-scmFri, 25 Oct 2024 11:15:29 +0200, by paugier
-
rust-revlog: fix storage.revlog.mmap.index logicTue, 21 Jan 2025 18:26:32 -0500, by Mitchell Kember
-
branching: merge stable into defaultThu, 16 Jan 2025 17:18:16 +0100, by Rapha?l Gom?s
-
slow-path: add a generic "all-slow-path" optionMon, 09 Dec 2024 06:23:34 +0100, by Pierre-Yves David
-
slow-path: document the dirstate-v2 slow-path optionMon, 09 Dec 2024 06:23:29 +0100, by Pierre-Yves David
-
slow-path: move the persistent-nodemap slow-path doc at the toml levelMon, 09 Dec 2024 06:23:24 +0100, by Pierre-Yves David
-
contrib: move the MinGW download location to mercurial-scm.orgTue, 07 Jan 2025 12:00:07 -0500, by Matt Harbison
-
pyoxidizer: fix building with PEP 517 supportSat, 11 Jan 2025 18:30:48 -0500, by Matt Harbison
-
packaging: modernize (compat PEP 517) with less distutils and setup.py callsWed, 08 Jan 2025 05:07:00 +0100, by paugier
-
setup-py: remove unused and deprecated setup argument datafilesWed, 04 Dec 2024 23:09:32 +0100, by paugier
-
setup: skip building rust extensions on WindowsMon, 30 Dec 2024 20:56:19 -0500, by Matt Harbison
-
setup-py: weaken build isolation when calling hgWed, 04 Dec 2024 22:52:58 +0100, by paugier
-
git: skip recursing into manifest subtrees that are the sameSat, 04 Jan 2025 11:13:15 -0500, by Josef 'Jeff' Sipek
-
tests: obfuscate Python version checks to subvert `pyupgrade`Tue, 07 Jan 2025 17:52:52 -0500, by Matt Harbison
-
tests: drop py2 support for `fsmonitor-run-tests.py`Tue, 07 Jan 2025 17:46:56 -0500, by Matt Harbison
-
pyupgrade: drop redundant `''.encode("utf-8")`Tue, 07 Jan 2025 17:36:13 -0500, by Matt Harbison
-
pyupgrade: drop redundant `open()` modesTue, 07 Jan 2025 17:28:46 -0500, by Matt Harbison
-
pyupgrade: convert `str.format()` to f-stringsMon, 06 Jan 2025 01:44:46 -0500, by Matt Harbison
-
pyupgrade: drop `coding=UTF-8` commentsTue, 07 Jan 2025 16:46:21 -0500, by Matt Harbison
-
pyupgrade: primitive types directly where possibleMon, 06 Jan 2025 01:39:53 -0500, by Matt Harbison
-
pyupgrade: rewrite `' '.join(shlex.quote(x) for x in ...)` with `shlex.join()`Mon, 06 Jan 2025 01:37:43 -0500, by Matt Harbison
-
pyupgrade: use set literals where possibleMon, 06 Jan 2025 01:33:08 -0500, by Matt Harbison
-
pyupgrade: replace `io.open()` with `open()`Mon, 06 Jan 2025 01:27:42 -0500, by Matt Harbison
-
pyupgrade: replace `dict(...)` with dict comprehensionsMon, 06 Jan 2025 01:20:01 -0500, by Matt Harbison
-
pyupgrade: replace unnecessary lambdas in `collections.defaultdict()` callsMon, 06 Jan 2025 01:12:54 -0500, by Matt Harbison
-
pyupgrade: drop a few redundant types in `isinstance` listsMon, 06 Jan 2025 01:06:59 -0500, by Matt Harbison
-
pyupgrade: drop a usage of `typing.Text`Mon, 06 Jan 2025 00:38:32 -0500, by Matt Harbison
-
pyupgrade: drop the quoting around type annotationsMon, 06 Jan 2025 00:30:55 -0500, by Matt Harbison
-
pyupgrade: rewrite `yield` statements in a loop to `yield from`Sun, 05 Jan 2025 22:26:16 -0500, by Matt Harbison
-
pyupgrade: modernize calls to superclass methodsSun, 05 Jan 2025 22:23:31 -0500, by Matt Harbison
-
pyupgrade: run the `unpack_list_comprehension` fixerSun, 05 Jan 2025 22:12:02 -0500, by Matt Harbison
-
pyupgrade: convert to new style classesSun, 05 Jan 2025 22:00:40 -0500, by Matt Harbison
-
pyupgrade: drop usage of py3 aliases for `OSError`Sun, 05 Jan 2025 21:03:17 -0500, by Matt Harbison
-
py3: drop redundant `u''` prefixes on string literalsMon, 06 Jan 2025 14:15:40 -0500, by Matt Harbison
-
style: drop extraneous parenthesesMon, 06 Jan 2025 14:07:43 -0500, by Matt Harbison
-
check-code: reference the `noi18n` methods in the missing `_()` messageMon, 06 Jan 2025 13:54:40 -0500, by Matt Harbison