Mercurial > public > mercurial-scm > hg-stable
graph
-
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
-
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