From mboxrd@z Thu Jan 1 00:00:00 1970 From: pkill9 Subject: Improve `guix pull --commit=` behaviour when with channels Date: Fri, 12 Apr 2019 00:09:57 +0100 Message-ID: <20190412000957.168ed548@runbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEipz-0002KI-6c for guix-devel@gnu.org; Thu, 11 Apr 2019 19:10:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEipy-00028K-Ax for guix-devel@gnu.org; Thu, 11 Apr 2019 19:10:31 -0400 Received: from aibo.runbox.com ([91.220.196.211]:59662) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEipx-00022s-8d for guix-devel@gnu.org; Thu, 11 Apr 2019 19:10:29 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1hEipt-0002y8-3c for guix-devel@gnu.org; Fri, 12 Apr 2019 01:10:25 +0200 Received: by mailfront12.runbox.com with esmtpsa (uid:850733 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1hEipl-0001I9-DS for guix-devel@gnu.org; Fri, 12 Apr 2019 01:10:17 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "guix-devel@gnu.org" When extra channels have been added, running `guix pull --commit=` returns "guix pull: error: '--url', '--commit', and '--branch' are not applicable". I think it would be better if these flags only affected the "guix" channel, including when extra channels have been added. This makes sense considering `guix pull` fails when no channel with the name "guix" exists - if you provide a list of channels in channels.scm and none of them are named "guix", `guix pull` will fail (a channel named "guix" is provided in %default-channels). Thoughts?