From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58861) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSneR-0001dw-0t for guix-patches@gnu.org; Thu, 07 Nov 2019 14:41:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSneQ-0003tk-25 for guix-patches@gnu.org; Thu, 07 Nov 2019 14:41:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSneP-0003tI-Ud for guix-patches@gnu.org; Thu, 07 Nov 2019 14:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSneP-00074p-O6 for guix-patches@gnu.org; Thu, 07 Nov 2019 14:41:01 -0500 Subject: [bug#37978] [PATCH] guix: new command "guix time-machine" Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <87lfst2i2v.fsf@gnu.org> References: <87y2wt3ycb.fsf@gnu.org> <87lfst2i2v.fsf@gnu.org> Date: Thu, 07 Nov 2019 20:40:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37978@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Another thing that comes to mind: it=E2=80=99d be nice to add an entry in > =E2=80=98etc/news.scm=E2=80=99 to let users know about the new command! If I understand the format correctly, I can't write this entry before the command is merged into master, because I need the commit that implements it. Konrad.