From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39145) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSp4W-0005n0-2z for guix-patches@gnu.org; Thu, 07 Nov 2019 16:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSp4V-00057e-7D for guix-patches@gnu.org; Thu, 07 Nov 2019 16:12:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35186) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSp4V-00057W-3d for guix-patches@gnu.org; Thu, 07 Nov 2019 16:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSp4U-0000zK-TP for guix-patches@gnu.org; Thu, 07 Nov 2019 16:12:02 -0500 Subject: [bug#37978] [PATCH] guix: new command "guix time-machine" Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87y2wt3ycb.fsf@gnu.org> <87lfst2i2v.fsf@gnu.org> Date: Thu, 07 Nov 2019 22:10:52 +0100 In-Reply-To: (Konrad Hinsen's message of "Thu, 07 Nov 2019 20:40:35 +0100") Message-ID: <874kzfmlyb.fsf@gnu.org> 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: Konrad Hinsen Cc: 37978@debbugs.gnu.org Konrad Hinsen skribis: > 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. Exactly, so whoever pushes it must adjust the commit ID in the news entry right before pushing. You can just write (commit "XXX") in the meantime. Ludo=E2=80=99.