From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRaZ9-0007jx-Va for guix-patches@gnu.org; Tue, 27 Nov 2018 05:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRaZ7-0007Jb-UJ for guix-patches@gnu.org; Tue, 27 Nov 2018 05:26:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRaZ7-0007JP-Qt for guix-patches@gnu.org; Tue, 27 Nov 2018 05:26:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRaZ7-0004JG-M8 for guix-patches@gnu.org; Tue, 27 Nov 2018 05:26:01 -0500 Subject: [bug#33454] [PATCH] describe: Delete directory argument from 'display-checkout-info'. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181121085959.31035-1-go.wigust@gmail.com> <20181121142706.21058-1-go.wigust@gmail.com> Date: Tue, 27 Nov 2018 11:25:36 +0100 In-Reply-To: <20181121142706.21058-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Wed, 21 Nov 2018 17:27:06 +0300") Message-ID: <87h8g2byvz.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: Oleg Pykhalov Cc: 33454@debbugs.gnu.org Oleg Pykhalov skribis: > This commit is a following 1255400faabfcf0ca1666d17f2f34ea0d49f6b1f which > added unused optional 'directory' argument. > > * guix/scripts/describe.scm (display-checkout-info): Delete directory > argument. LGTM! I had overlooked this=E2=80=A6 Thanks, Ludo=E2=80=99.