log mercurial/commands.py @ 52592:87ceb51d124c

age author description
Mon, 16 Dec 2024 01:52:32 -0500 Matt Harbison graft: minor copyediting of the help text for the `--to` argument
Mon, 02 Dec 2024 02:45:41 +0100 Pierre-Yves David graft: add a `--to` flag grafting in memory
Mon, 21 Oct 2024 14:30:50 +0200 Pierre-Yves David config: extra the code showing config in its own module too
Mon, 21 Oct 2024 14:13:37 +0200 Pierre-Yves David config: move "component display" in the new module
Mon, 21 Oct 2024 14:05:14 +0200 Pierre-Yves David config: move edition code in its own module
Mon, 21 Oct 2024 13:39:44 +0200 Pierre-Yves David config: move `rcutil` module under a new `mercurial.configuration` module
Tue, 19 Nov 2024 15:46:12 +0100 Pierre-Yves David commands: create a "mercurial.cmd_impls" module to host graft
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Wed, 15 Nov 2023 22:11:34 +0100 Joerg Sonnenberger archive: defer opening the output until a file is matched
Fri, 12 Jul 2024 15:29:35 +0400 Anton Shestakov copyright: update to 2024 stable
Tue, 02 Apr 2024 17:02:39 +0200 Pierre-Yves David bundle: do no check the changegroup version if no changegroup is included
Wed, 27 Mar 2024 17:46:23 +0000 Pierre-Yves David unbundle: move most of the logic on cmdutil to help debug::unbundle reuse
Wed, 27 Mar 2024 17:29:48 +0000 Pierre-Yves David postincoming: move to cmdutil
Wed, 27 Mar 2024 17:21:46 +0000 Pierre-Yves David postincoming: avoid computing branchhead if no report will be posted