From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#60569: 29.0.60; vc-pull-and-push unsupported on non-git vcs Date: Tue, 24 Jan 2023 20:29:38 +0200 Organization: LINKOV.NET Message-ID: <86r0vjvl9p.fsf@mail.linkov.net> References: <864jt58l8f.fsf@mail.linkov.net> <861qnr4yet.fsf@mail.linkov.net> <86edrm4gyk.fsf@mail.linkov.net> <838rhtjw9p.fsf@gnu.org> <86sffzx1sj.fsf@mail.linkov.net> <83h6wfhkl5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1984"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 60569@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 24 19:31:10 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pKO4c-0000KV-Af for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 24 Jan 2023 19:31:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pKO4V-0001re-De; Tue, 24 Jan 2023 13:31:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKO4U-0001rO-H4 for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2023 13:31:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pKO4U-0004rQ-9a for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2023 13:31:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pKO4U-0004Cn-4D for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2023 13:31:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 24 Jan 2023 18:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60569 X-GNU-PR-Package: emacs Original-Received: via spool by 60569-submit@debbugs.gnu.org id=B60569.167458503216123 (code B ref 60569); Tue, 24 Jan 2023 18:31:02 +0000 Original-Received: (at 60569) by debbugs.gnu.org; 24 Jan 2023 18:30:32 +0000 Original-Received: from localhost ([127.0.0.1]:57551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKO3z-0004By-Tl for submit@debbugs.gnu.org; Tue, 24 Jan 2023 13:30:32 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:35213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKO3y-0004Bf-5h; Tue, 24 Jan 2023 13:30:30 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id AC94310000C; Tue, 24 Jan 2023 18:30:20 +0000 (UTC) In-Reply-To: <83h6wfhkl5.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 24 Jan 2023 20:08:06 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:254065 Archived-At: close 60569 29.0.60 quit >> > Looks OK to me, but could you add some details regarding why this >> > change is needed? Did we change our requirements from the return >> > value of the pushpull method? >> >> Yes, to support vc-pull-and-push now the backend should return the >> process for the pull operation. Here is the improved documentation: > > Thanks, this is okay for the emacs-29 branch. Now pushed and closed.