Mercurial > hg
graph
-
debugshell: allow commands to be specified as a CLI argumentThu, 19 Jan 2023 11:12:20 -0500, by Arun Kulshreshtha
-
resourceutil: start using importlib.resources.files() when possible stableThu, 12 Jan 2023 19:56:59 +0400, by Anton Shestakov
-
tests: os module is frozen in Python 3.11 (issue6786) stableTue, 10 Jan 2023 17:23:13 +0400, by Anton Shestakov
-
heptapod-ci: add `clippy` to the CITue, 10 Jan 2023 11:40:19 +0100, by Raphaël Gomès
-
makefile: add `cargo clippy` to tests if cargo is availableTue, 10 Jan 2023 11:39:53 +0100, by Raphaël Gomès
-
rust-tests: run `cargo` tests inside the `rust` folderTue, 10 Jan 2023 11:25:24 +0100, by Raphaël Gomès
-
rust-clippy: merge "revlog" module definition and struct implementationTue, 10 Jan 2023 11:20:54 +0100, by Raphaël Gomès
-
rust-clippy: merge "config" module definition and struct implementationTue, 10 Jan 2023 10:57:15 +0100, by Raphaël Gomès
-
rust-clippy: upgrade `bytes-cast` dependencyTue, 10 Jan 2023 10:45:38 +0100, by Raphaël Gomès
-
rust-clippy: remove redundant suffix from enumTue, 10 Jan 2023 10:41:52 +0100, by Raphaël Gomès
-
rust-clippy: fix remaining warnings in `hg-cpython`Mon, 09 Jan 2023 19:37:05 +0100, by Raphaël Gomès
-
rust-clippy: disable some lints crate-wide for `hg-cpython`Mon, 09 Jan 2023 19:36:41 +0100, by Raphaël Gomès
-
rust-clippy: fix remaining warnings in `rhg`Mon, 09 Jan 2023 19:32:35 +0100, by Raphaël Gomès
-
rust-clippy: fix most warnings in `hg-core`Mon, 09 Jan 2023 19:18:43 +0100, by Raphaël Gomès
-
rust-utils: strip redundant prefix from enumMon, 09 Jan 2023 19:14:14 +0100, by Raphaël Gomès
-
rust-filepatterns: don't `Box` subincludes unnecessarilyMon, 09 Jan 2023 19:07:44 +0100, by Raphaël Gomès
-
rust-nodemap: implement `PartialEq` without allocationMon, 09 Jan 2023 18:58:18 +0100, by Raphaël Gomès
-
rust-clippy: tell `clippy` we don't need to declare a default hereMon, 09 Jan 2023 18:54:57 +0100, by Raphaël Gomès
-
rust-clippy: refactor complex typeMon, 09 Jan 2023 18:50:29 +0100, by Raphaël Gomès
-
rust-clippy: simplify return type of debug functionMon, 09 Jan 2023 18:30:42 +0100, by Raphaël Gomès
-
rust-clippy: add `is_empty` method to please the `clippy` godsMon, 09 Jan 2023 18:27:53 +0100, by Raphaël Gomès
-
rust: don't use a reference to a `Cow`Mon, 09 Jan 2023 18:25:24 +0100, by Raphaël Gomès
-
rust-clippy: reassure `clippy` that 8 arguments is expectedMon, 09 Jan 2023 18:22:46 +0100, by Raphaël Gomès
-
rust-clippy: use `write_all` since we're not expecting a partial writeMon, 09 Jan 2023 18:15:29 +0100, by Raphaël Gomès
-
rust-clippy: tell clippy we want to keep those clauses separateMon, 09 Jan 2023 18:09:26 +0100, by Raphaël Gomès
-
rust-clippy: tell clippy we care about keeping those `if` clauses separateMon, 09 Jan 2023 18:04:29 +0100, by Raphaël Gomès
-
rust-clippy: factor an `if` with the same duplicated clauseMon, 09 Jan 2023 18:03:24 +0100, by Raphaël Gomès
-
rust: fix broken debug assertionsMon, 09 Jan 2023 18:00:56 +0100, by Raphaël Gomès