log mercurial/cmdutil.py @ 50928:d718eddf01d9

age author description
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 30 Aug 2023 13:01:10 +0200 Pierre-Yves David terse-status: use `sysstr` to specify attributes to set
Sun, 20 Aug 2023 00:55:52 -0400 Matt Harbison branch: migrate `opts` to native kwargs
Sat, 19 Aug 2023 23:06:40 -0400 Matt Harbison cmdutil: migrate `opts` on commitstatus() to native kwargs
Thu, 02 Feb 2023 17:20:46 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 01 Mar 2023 11:33:57 -0500 Matt Harbison cat: drop unnecessary internal roundtrip of kwargs
Thu, 02 Mar 2023 14:45:39 +0100 Pierre-Yves David branch: pass current transaction when writing branch in import
Tue, 07 Feb 2023 10:27:21 +0100 Pierre-Yves David record: extract a closure to the module level
Tue, 07 Feb 2023 10:16:25 +0100 Pierre-Yves David record: drop a now useless overlay that grab the lock
Tue, 14 Feb 2023 12:40:59 -0500 Matt Harbison typing: add type hints to argument checking functions in cmdutil
Wed, 14 Dec 2022 00:47:22 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `amend`
Tue, 13 Dec 2022 15:01:59 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `revert`
Wed, 15 Feb 2023 11:51:58 +0100 Pierre-Yves David commit: use `dirstate.change_files` to scope the associated `addremove`
Sun, 05 Feb 2023 15:38:23 +0100 Pierre-Yves David commit: move the addremove logic around to make the next changeset clearer
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents
Wed, 25 Jan 2023 18:46:20 +0100 Pierre-Yves David dirstate: pass the repo to the `changeparent` method
Tue, 29 Nov 2022 15:41:28 -0800 Martin von Zweigbergk amend: add a --draft option to set phase to draft
Fri, 12 Aug 2022 14:35:34 -0700 Martin von Zweigbergk status: include `repo` in template context also for resolved paths
Tue, 31 May 2022 21:16:17 +0200 Manuel Jacob py3: catch FileExistsError instead of checking errno == EEXIST
Thu, 12 May 2022 07:36:37 -0700 Martin von Zweigbergk branching: merge with stable
Wed, 11 May 2022 17:56:29 -0700 Kyle Lippincott amend: stop specifying matcher, get all copies in wctx stable
Tue, 19 Apr 2022 12:17:23 -0700 Kyle Lippincott amend: move "return None for removed files" into block handling filestoamend
Tue, 19 Apr 2022 10:53:58 -0400 Matt Harbison merge with stable
Mon, 18 Apr 2022 20:45:38 -0700 Martin von Zweigbergk amend: don't remove unselected removals from memctx stable
Mon, 28 Mar 2022 10:43:10 -0700 Martin von Zweigbergk revert: ask user to confirm before tracking new file when interactive
Mon, 28 Mar 2022 10:43:06 -0700 Martin von Zweigbergk revert: use a `continue` to reduce indentation
Mon, 21 Mar 2022 10:55:50 +0100 Raphaël Gomès branching: merge stable into default
Fri, 18 Mar 2022 21:15:54 -0700 Martin von Zweigbergk amend: fix amend with copies in extras stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()