log mercurial/commands.py @ 50825:973fbb27ab45

age author description
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
Sat, 19 Aug 2023 22:56:14 -0400 Matt Harbison cat: avoid round tripping **opts -> byteskwargs -> strkwargs
Thu, 22 Jun 2023 11:28:17 +0200 Raphaël Gomès branching: merge stable into default
Sat, 17 Jun 2023 23:47:31 +0200 Pierre-Yves David path: use the next `display` argument to deal with boolean stable
Thu, 15 Jun 2023 09:50:46 +0200 Pierre-Yves David paths: add an argument to format the suboption display stable
Fri, 09 Jun 2023 14:32:09 +0100 Arseniy Alekseyev ui: fix crash in `hg paths` when pulled-delta-reuse-policy is in use stable
Sat, 13 Apr 2019 03:44:55 +0200 Manuel Jacob hidden: add support to explicitly access hidden changesets with SSH peers
Thu, 04 Apr 2019 18:07:30 +0200 Manuel Jacob pull: add --remote-hidden option and pass it through peer creation
Fri, 14 Apr 2023 10:41:40 +0200 Raphaël Gomès branching: merge stable into default
Mon, 20 Mar 2023 23:16:14 +0100 Raphaël Gomès branching: merge stable into default
Fri, 10 Mar 2023 07:19:25 +0100 Pierre-Yves David bundle: abort if the user request bundling of internal changesets
Wed, 08 Mar 2023 15:23:22 +0100 Pierre-Yves David bundle: introduce a "v3" spec
Wed, 01 Mar 2023 11:45:57 -0500 Matt Harbison grep: avoid reassigning byteskwargs to strkwargs
Mon, 27 Mar 2023 06:24:44 +0200 Manuel Jacob commands: correct documentation of hg serve’s --ipv6 option stable
Wed, 15 Mar 2023 05:49:56 +0100 Pierre-Yves David dirstate: fix a potential traceback when in `copy` and `rename` stable
Thu, 02 Mar 2023 14:45:29 +0100 Pierre-Yves David branch: pass current transaction when writing branch in backout command
Thu, 02 Mar 2023 14:45:21 +0100 Pierre-Yves David branch: pass current transaction when writing branch in branch command
Tue, 14 Feb 2023 15:45:26 -0500 Matt Harbison tag: move the prohibition of tagging the `null` rev up to the `wdir()` check
Fri, 17 Feb 2023 17:04:41 +0100 Pierre-Yves David branching: merge with default
Tue, 14 Feb 2023 11:56:02 -0500 Matt Harbison tag: disallow tagging the working directory stable
Tue, 14 Feb 2023 00:40:27 +0100 Pierre-Yves David dirstate-guard: remove its usage in `backout`
Tue, 14 Feb 2023 00:42:00 +0100 Pierre-Yves David dirstate-guard: remove the usage in `import`
Tue, 31 Jan 2023 00:05:12 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `rename`
Tue, 31 Jan 2023 00:08:53 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `copy`
Tue, 13 Dec 2022 16:29:30 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `remove`
Tue, 13 Dec 2022 16:27:57 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `forget`
Tue, 13 Dec 2022 15:07:32 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `addremove`
Tue, 13 Dec 2022 12:57:38 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `add`
Tue, 13 Dec 2022 04:22:19 +0100 Pierre-Yves David locking: take the `wlock` for the full `hg addremove` duration