log mercurial/commands.py @ 53042:cdd7bf612c7b stable tip

age author description
Fri, 03 Feb 2023 11:01:23 +0100 Pierre-Yves David diff: add a --ignore-changes-from-ancestors option
Wed, 29 Jan 2025 16:09:06 -0500 Matt Harbison dispatch: add support for the `--config-file` global option
Thu, 16 Jan 2025 17:18:16 +0100 Rapha?l Gom?s branching: merge stable into default
Sun, 05 Jan 2025 22:12:02 -0500 Matt Harbison pyupgrade: run the `unpack_list_comprehension` fixer
Thu, 02 Jan 2025 11:11:11 -0500 Matt Harbison copyright: update to 2025 stable
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
Fri, 23 Feb 2024 04:26:03 +0100 Pierre-Yves David debug: add a debug::unbundle command that simulate the unbundle from a push
Wed, 14 Feb 2024 08:14:46 +0100 Zeger Van de Vannet annotate: limit output to range of lines
Mon, 12 Feb 2024 16:22:47 +0100 Rapha?l Gom?s branching: merge stable into default
Thu, 01 Feb 2024 19:35:35 -0500 Jordi Guti?rrez Hermoso grep: restore usage of --include/--exclude options stable
Thu, 11 Jan 2024 17:52:13 +0100 Rapha?l Gom?s branching: merge stable into default
Wed, 27 Dec 2023 18:02:26 +0100 Pierre-Yves David bundle: do not detect --base argument that match nothing as lack of argument stable
Wed, 15 Nov 2023 02:39:53 +0100 pacien util: move diff_parent from logcmdutil to diffutil
Wed, 25 Jan 2023 15:34:27 +0100 Rapha?l Gom?s admin-command: add verify command
Wed, 25 Jan 2023 15:33:39 +0100 Franck Bret commands: add admin namespace
Sun, 20 Aug 2023 02:17:38 -0400 Matt Harbison version: migrate `opts` to native kwargs
Sun, 20 Aug 2023 02:16:41 -0400 Matt Harbison verify: migrate `opts` to native kwargs
Sun, 20 Aug 2023 02:14:57 -0400 Matt Harbison tags: migrate `opts` to native kwargs
Sun, 20 Aug 2023 02:13:50 -0400 Matt Harbison tag: migrate `opts` to native kwargs
Sun, 20 Aug 2023 02:10:51 -0400 Matt Harbison summary: migrate `opts` to native kwargs
Sun, 20 Aug 2023 02:01:37 -0400 Matt Harbison revert: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:56:23 -0400 Matt Harbison rename: drop an unnecessary variable declaration at a wider scope
Sun, 20 Aug 2023 01:54:59 -0400 Matt Harbison rename: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:53:47 -0400 Matt Harbison remove: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:51:52 -0400 Matt Harbison purge: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:49:48 -0400 Matt Harbison pull: avoid referencing a variable before it is initialized
Sun, 20 Aug 2023 01:40:50 -0400 Matt Harbison pull: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:35:14 -0400 Matt Harbison paths: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:32:22 -0400 Matt Harbison merge: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:29:27 -0400 Matt Harbison manifest: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:27:36 -0400 Matt Harbison locate: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:24:29 -0400 Matt Harbison import: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:20:59 -0400 Matt Harbison heads: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:17:45 -0400 Matt Harbison forget: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:15:15 -0400 Matt Harbison copy: drop an unused variable
Sun, 20 Aug 2023 01:14:42 -0400 Matt Harbison copy: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:12:26 -0400 Matt Harbison config: use the writefile() utility to create the sample hgrc
Sun, 20 Aug 2023 01:08:58 -0400 Matt Harbison config: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:02:52 -0400 Matt Harbison clone: migrate `opts` to native kwargs
Sun, 20 Aug 2023 01:00:11 -0400 Matt Harbison bundle: migrate `opts` to native kwargs
Sun, 20 Aug 2023 00:56:58 -0400 Matt Harbison branches: migrate `opts` to native kwargs
Sun, 20 Aug 2023 00:55:52 -0400 Matt Harbison branch: migrate `opts` to native kwargs
Sun, 20 Aug 2023 00:44:15 -0400 Matt Harbison bookmark: migrate `opts` to native kwargs
Sun, 20 Aug 2023 00:35:28 -0400 Matt Harbison archive: migrate `opts` to native kwargs
Sun, 20 Aug 2023 00:27:27 -0400 Matt Harbison backout: migrate `opts` to native kwargs
Sat, 19 Aug 2023 23:06:40 -0400 Matt Harbison cmdutil: migrate `opts` on commitstatus() to native kwargs