From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 125E015800F for ; Fri, 13 Jan 2023 21:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32128E082B; Fri, 13 Jan 2023 21:07:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 192A4E082B for ; Fri, 13 Jan 2023 21:07:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0600340F7F for ; Fri, 13 Jan 2023 21:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCB382C for ; Fri, 13 Jan 2023 21:07:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1673643935.2c287a73c58daec216f1a79eb70140ae5e2bfb9e.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: src/pkgdev/scripts/ X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: src/pkgdev/scripts/pkgdev_commit.py X-VCS-Directories: src/pkgdev/scripts/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2c287a73c58daec216f1a79eb70140ae5e2bfb9e X-VCS-Branch: main Date: Fri, 13 Jan 2023 21:07:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ccb4c25-7430-4267-9abe-73f62496ed79 X-Archives-Hash: 5767fcc41b97575de5f4d3b184cdebe3 commit: 2c287a73c58daec216f1a79eb70140ae5e2bfb9e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 13 21:05:35 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 13 21:05:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=2c287a73 commit: enable -e usage with -M or -m Signed-off-by: Arthur Zamarin gentoo.org> src/pkgdev/scripts/pkgdev_commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgdev/scripts/pkgdev_commit.py b/src/pkgdev/scripts/pkgdev_commit.py index 98f09d1..03dfdb6 100644 --- a/src/pkgdev/scripts/pkgdev_commit.py +++ b/src/pkgdev/scripts/pkgdev_commit.py @@ -163,7 +163,7 @@ msg_actions.add_argument( """) msg_actions.add_argument('-F', '--file', help=argparse.SUPPRESS) msg_actions.add_argument('-t', '--template', help=argparse.SUPPRESS) -msg_actions.add_argument( +commit_opts.add_argument( '-e', '--edit', action='store_true', help='force edit of commit', docs="""