From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51416) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3okF-00024c-3K for guix-patches@gnu.org; Mon, 17 Feb 2020 17:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3okE-0005dN-5G for guix-patches@gnu.org; Mon, 17 Feb 2020 17:20:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3okE-0005dD-27 for guix-patches@gnu.org; Mon, 17 Feb 2020 17:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3okD-0006e8-Tp for guix-patches@gnu.org; Mon, 17 Feb 2020 17:20:01 -0500 Subject: [bug#39642] [PATCH 1/3] ui: Only display link in capable terminals. Resent-Message-ID: MIME-Version: 1.0 References: <20200217134027.731-1-mail@ambrevar.xyz> In-Reply-To: <20200217134027.731-1-mail@ambrevar.xyz> From: zimoun Date: Mon, 17 Feb 2020 23:19:12 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 39642@debbugs.gnu.org Hi Pierre, On which commit, do you apply this patch? Maybe I am doing wrong, but it is not the file 'guix/scripts/describe.scm' but instead 'guix/scripts/describe.scm'. On Mon, 17 Feb 2020 at 14:41, Pierre Neidhardt wrote: > diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm > index f13f221da9..9a7bd52163 100644 > --- a/guix/scripts/describe.scm > +++ b/guix/scripts/describe.scm > @@ -201,7 +201,12 @@ way and displaying details about the channel's source code." This does not apply on master. What do I miss? Because on my checkout, the file which is impacted is 'guix/scripts/pull.scm'. [...] > diff --git a/guix/ui.scm b/guix/ui.scm > index dce97fb7b9..7e3251446f 100644 > --- a/guix/ui.scm > +++ b/guix/ui.scm > @@ -1636,7 +1636,7 @@ DURATION-RELATION with the current time." This seems correct. All the best, simon