From unknown Fri Aug 15 02:02:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#3570 <3570@debbugs.gnu.org> To: bug#3570 <3570@debbugs.gnu.org> Subject: Status: 23.0.94; vc-default-revision-granularity missing argument Reply-To: bug#3570 <3570@debbugs.gnu.org> Date: Fri, 15 Aug 2025 09:02:51 +0000 retitle 3570 23.0.94; vc-default-revision-granularity missing argument reassign 3570 emacs submitter 3570 Magnus Henoch severity 3570 minor thanks From magnus@erlang-consulting.com Mon Jun 15 04:26:38 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Jun 2009 11:26:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_PACKAGE autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5FBQW0T009091 for ; Mon, 15 Jun 2009 04:26:34 -0700 Received: from mail.gnu.org ([199.232.76.166]:35395 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MGAKe-000483-23 for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 07:26:32 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MGAKc-0000Pr-T3 for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 07:26:31 -0400 Received: from zimbra.erlangsystems.com ([88.208.247.62]:58749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGAKc-0000PT-Fu for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 07:26:30 -0400 Received: from linux-b2a3.site (host213-123-170-251.in-addr.btopenworld.com [213.123.170.251]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 81CDC135A2F9 for ; Mon, 15 Jun 2009 12:26:27 +0100 (BST) From: Magnus Henoch To: emacs-pretest-bug@gnu.org Subject: 23.0.94; vc-default-revision-granularity missing argument X-Hashcash: 1:25:090615:emacs-pretest-bug@gnu.org::QiWA0akk9BoIhQYM:000000000000000000000000000000000006sFFc Date: Mon, 15 Jun 2009 12:26:25 +0100 Message-ID: <84iqix4u1q.fsf@linux-b2a3.site> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Package: emacs,vc Severity: minor The function vc-default-revision-granularity should accept a backend argument, but doesn't. This gives users of outdated third-party VC backends confusing error messages at times. To reproduce: (progn (provide 'vc-foo) (vc-call-backend 'foo 'revision-granularity)) Expected: (error "Your backend will not work with this version of VC mode.") Actual result: wrong-number-of-arguments Regards, Magnus From monnier@iro.umontreal.ca Mon Jun 15 13:57:36 2009 Received: (at 3570-done) by emacsbugs.donarmstrong.com; 15 Jun 2009 20:57:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp-01.vtx.ch (smtp-01.vtx.ch [212.147.0.84]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5FKvVaw011609 for <3570-done@emacsbugs.donarmstrong.com>; Mon, 15 Jun 2009 13:57:32 -0700 Received: from alfajor.home (dyn.144-85-131-252.dsl.vtx.ch [144.85.131.252]) by smtp-01.vtx.ch (VTX Services SA) with ESMTP id 8952527F85; Mon, 15 Jun 2009 22:57:30 +0200 (CEST) Received: by alfajor.home (Postfix, from userid 20848) id 5233364340; Mon, 15 Jun 2009 16:57:30 -0400 (EDT) From: Stefan Monnier To: Magnus Henoch Cc: 3570-done@debbugs.gnu.org Subject: Re: bug#3570: 23.0.94; vc-default-revision-granularity missing argument Message-ID: References: <84iqix4u1q.fsf@linux-b2a3.site> Date: Mon, 15 Jun 2009 16:57:30 -0400 In-Reply-To: <84iqix4u1q.fsf@linux-b2a3.site> (Magnus Henoch's message of "Mon, 15 Jun 2009 12:26:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > The function vc-default-revision-granularity should accept a backend > argument, but doesn't. This gives users of outdated third-party VC > backends confusing error messages at times. Thanks. I've simply removed it, since the default error message works just as well (and better than `wrong arg number' in any case). Stefan From unknown Fri Aug 15 02:02:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Tue, 14 Jul 2009 14:24:10 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator