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