From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40549: [usability] revert last generation Date: Thu, 23 Apr 2020 21:37:23 +0200 Message-ID: <87wo66ngcs.fsf@gnu.org> References: <6171889.DvuYhMxLoT@cherry> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44678) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhff-0007ag-1Q for bug-guix@gnu.org; Thu, 23 Apr 2020 15:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRhfe-0002su-Nq for bug-guix@gnu.org; Thu, 23 Apr 2020 15:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44313) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRhfe-0002rY-Am for bug-guix@gnu.org; Thu, 23 Apr 2020 15:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRhfe-0006ob-5y for bug-guix@gnu.org; Thu, 23 Apr 2020 15:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <6171889.DvuYhMxLoT@cherry> (Tom Zander's message of "Sat, 11 Apr 2020 11:23:52 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Tom Zander Cc: 40549@debbugs.gnu.org Hi, Tom Zander skribis: > This could be nicer: > > I just installed something and want to revert this last generation, as se= en in=20 > `guix package -l`. > > Doing a single call like `guix package -S 17 -d 18` does not work, and = I'd=20 > like it to work. Oh indeed. In practice I=E2=80=99d simply run =E2=80=9Cguix package --roll= -back=E2=80=9D in such a case so I think the example above is a bit convoluted, but I agree that it=E2=80=99d be nice if it behaved like you describe. Thanks, Ludo=E2=80=99.