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