From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35816) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iShZz-0003qB-4H for guix-patches@gnu.org; Thu, 07 Nov 2019 08:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iShZy-0000Ld-0K for guix-patches@gnu.org; Thu, 07 Nov 2019 08:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iShZx-0000Ke-Sq for guix-patches@gnu.org; Thu, 07 Nov 2019 08:12:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iShZx-0000iU-Ln for guix-patches@gnu.org; Thu, 07 Nov 2019 08:12:01 -0500 Subject: [bug#37978] [PATCH] guix: new command "guix time-machine" Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <87bltpulkg.fsf@nckx> References: <87y2wt3ycb.fsf@gnu.org> <87bltpulkg.fsf@nckx> Date: Thu, 07 Nov 2019 14:11:46 +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: Tobias Geerinckx-Rice Cc: 37978@debbugs.gnu.org Tobias Geerinckx-Rice writes: > Konrad Hinsen =E5=86=99=E9=81=93=EF=BC=9A >> * doc/guix.texi: Document "git time-machine" > ^^^ Ouch. That's me. I always confuse "git" and "guix" on the command line. It's worst for "pull", which works with both. Is command-line dyslexia a thing already ? ;-) Thanks for spotting the typo, Konrad.