Mercurial > hg
graph
-
dirstate-v2: skip evaluation of hgignore regex on cached directoriesMon, 10 Oct 2022 14:48:39 +0100, by Arseniy Alekseyev
-
releasenotes: use re.MULTILINE mode when checking admonitionsFri, 30 Sep 2022 09:05:48 -0600, by Craig Ozancin
-
windows: gracefully handle when the username cannot be determined stableMon, 10 Oct 2022 11:28:19 -0400, by Matt Harbison
-
rhg: parallellize computation of [unsure_is_modified]Wed, 05 Oct 2022 15:45:05 -0400, by Arseniy Alekseyev
-
rhg: enable in case ui.statuscopies=TrueWed, 21 Sep 2022 10:14:29 -0400, by Arseniy Alekseyev
-
rhg: share some codeThu, 22 Sep 2022 18:44:28 -0400, by Arseniy Alekseyev
-
rhg: support tweakdefaultsTue, 20 Sep 2022 18:28:25 -0400, by Arseniy Alekseyev
-
rhg: centralize PlainInfoThu, 22 Sep 2022 17:16:54 -0400, by Arseniy Alekseyev
-
rhg: central treatment of PLAIN and PLAINEXCEPTTue, 20 Sep 2022 18:16:50 -0400, by Arseniy Alekseyev
-
revset: handle wdir() in `sort(..., -topo)`Tue, 04 Oct 2022 12:34:50 -0400, by Matt Harbison
-
revset: handle wdir() in `roots()`Mon, 03 Oct 2022 17:24:52 -0400, by Matt Harbison
-
pull_logger: add basic log file rotation based on sizeTue, 20 Sep 2022 14:04:54 +0200, by pacien
-
contrib: add pull_logger extensionMon, 25 Jul 2022 22:47:15 +0200, by pacien
-
shelve: do not add the dirstate backup to the transaction stableTue, 04 Oct 2022 14:33:31 +0200, by Pierre-Yves David
-
branching: merge stable into defaultTue, 04 Oct 2022 10:56:27 +0200, by Raphaël Gomès
-
mergetools: don't let meld open all changed files on startupMon, 03 Oct 2022 14:24:12 +0200, by Mathias De Mare
-
heptapod-ci: use shell script in pytype step stable 6.2.3Mon, 03 Oct 2022 10:00:00 +0200, by Raphaël Gomès
-
tests: migrate the pytype test to a shell script for easier CI processing stableWed, 28 Sep 2022 11:27:59 -0400, by Matt Harbison
-
rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade stableThu, 22 Sep 2022 16:05:22 -0400, by Arseniy Alekseyev
-
tests: fix http-bad-server expected errors for python 3.10 (issue6643)Thu, 22 Sep 2022 16:09:53 +0200, by pacien
-
status: let `--no-copies` override `ui.statuscopies`Thu, 22 Sep 2022 16:50:30 -0700, by Martin von Zweigbergk
-
run-tests: display the time it took to install MercurialThu, 22 Sep 2022 01:50:53 +0200, by Pierre-Yves David
-
run-tests: deal with distutil deprecationThu, 22 Sep 2022 01:48:02 +0200, by Pierre-Yves David
-
fsmonitor: migrate Python ABCs from collections to collections.abcFri, 09 Sep 2022 12:45:26 -0700, by Martin von Zweigbergk
-
templates: add filter to reverse listThu, 15 Sep 2022 01:48:38 +0200, by Manuel Jacob
-
requires: re-use vfs.tryread for simplicityWed, 07 Sep 2022 14:56:45 -0400, by Jason R. Coombs
-
tests: fix the flaky test test-logtoprocess.t stableTue, 20 Sep 2022 13:38:07 -0400, by Arseniy Alekseyev
-
bisect: avoid copying ancestor list for non-merge commitsTue, 30 Aug 2022 15:29:55 -0400, by Arun Kulshreshtha
-
packaging: update dulwich to drop the certifi dependency on Windows stableTue, 06 Sep 2022 15:08:52 -0400, by Matt Harbison
-
rhg-status: add support for narrow clonesMon, 25 Jul 2022 15:39:04 +0200, by Raphaël Gomès
-
rust: add support for hints in error messagesTue, 19 Jul 2022 17:07:09 +0200, by Raphaël Gomès
-
rust: add Debug constraint to Matcher traitMon, 11 Jul 2022 11:59:13 +0200, by Raphaël Gomès
-
tests: fix tar invocation, to address issue 6740 stableMon, 19 Sep 2022 17:34:42 -0400, by Arseniy Alekseyev
-
rhg: add sparse supportTue, 19 Jul 2022 15:37:45 +0200, by Raphaël Gomès
-
rhg: add debugrhgsparse command to help figure out bugs in rhgTue, 19 Jul 2022 15:37:09 +0200, by Raphaël Gomès
-
rhg-status: extract a function for printing pattern file warningsTue, 26 Jul 2022 17:33:34 +0200, by Raphaël Gomès
-
rust-filepatterns: allow overriding default syntaxMon, 18 Jul 2022 17:25:49 +0200, by Raphaël Gomès
-
rhg: don't fallback if `strip` or `rebase` are activatedTue, 12 Jul 2022 10:15:52 +0200, by Raphaël Gomès
-
rhg: fallback in `debugdata` if repo has `narrow`Mon, 11 Jul 2022 17:44:03 +0200, by Raphaël Gomès
-
rust-status: expose DifferenceMatcher from Rust to PythonWed, 06 Jul 2022 11:46:00 +0200, by Raphaël Gomès
-
rust-matchers: implement DifferenceMatcherWed, 06 Jul 2022 11:44:20 +0200, by Raphaël Gomès
-
rhg: support "!" syntax for disabling extensionsMon, 11 Jul 2022 17:27:39 +0200, by Raphaël Gomès
-
revlog: finer computation of "issnapshot"Fri, 20 May 2022 11:02:52 +0100, by Pierre-Yves David
-
perf: make perf::bundle compatible down to 5.2Fri, 26 Aug 2022 00:50:31 +0200, by Pierre-Yves David
-
perf: make perf::bundle compatible before 61ba04693d65Fri, 26 Aug 2022 00:48:54 +0200, by Pierre-Yves David
-
branching: merge stable into defaultThu, 01 Sep 2022 16:51:26 +0200, by Raphaël Gomès
-
dirstate-v2: no longer register the data-file during transaction stable 6.2.2Thu, 01 Sep 2022 15:49:14 +0200, by Pierre-Yves David
-
fsmonitor: use new dirstate APIs (issue6728) stableTue, 30 Aug 2022 17:05:19 +0200, by Raphaël Gomès
-
dirstate-v2: backup the data file during the transaction (issue6730) stableWed, 31 Aug 2022 06:37:42 +0200, by Pierre-Yves David
-
dirstate-v2: display a possible issue with transaction stableWed, 31 Aug 2022 05:48:32 +0200, by Pierre-Yves David
-
test-dirstate: do not get out of the test directory stableWed, 31 Aug 2022 05:36:53 +0200, by Pierre-Yves David
-
rust-matchers: fix behavior of `IncludeMatcher` with multiple includes stableMon, 29 Aug 2022 16:09:30 +0200, by Raphaël Gomès
-
compare-disco: support for `file` nodes specificationSun, 05 Jun 2022 07:16:29 +0200, by Pierre-Yves DAVID
-
compare-disco: move case parsing into its own functionSat, 04 Jun 2022 19:10:51 +0200, by Pierre-Yves DAVID
-
compare-disco: add an option to skip the caseSat, 04 Jun 2022 19:04:01 +0200, by Pierre-Yves DAVID