From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114937: * lisp/helpers.el: New library for misc helper functions. Date: Mon, 4 Nov 2013 17:31:38 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134ad06b29a6904ea5b9c53 X-Trace: ger.gmane.org 1383579102 26223 80.91.229.3 (4 Nov 2013 15:31:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 15:31:42 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 04 16:31:51 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VdM85-0007yQ-Nh for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 16:31:49 +0100 Original-Received: from localhost ([::1]:50456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdM85-0004En-8w for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 10:31:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdM81-0004BX-Bg for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:31:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdM7w-00076h-MZ for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:31:45 -0500 Original-Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]:38564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdM7w-00076J-IS for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:31:40 -0500 Original-Received: by mail-oa0-f49.google.com with SMTP id j10so7210520oah.22 for ; Mon, 04 Nov 2013 07:31:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Z5egmX65eZDCfklLJPiZSS2DWo0YU5wyPlXxywJo/tI=; b=rhfko73DDthkS3q/iJFFnYRoXMFASVkj4L11T6VzE5KS5o7GT3dPGwnCBfd7Q9ozrS Gvx6Aya3c5BMpaf8dzX5Esvm7UO62/pnnEyT1XlUvkDWdlrURTcnluMG8VriyUrZVadf gTeRZQ9EtZ5AoZLhaSpz8rtfw7AhA5iysod2JKVL0U8xoAlpFD223JxU6Fh2Bn/e6q4p ltcEygkJdYCgMCjQTPi65d8Q2rMn0FfoDhTrHxFT+M1K5HI6jRng8h7Ve/m1cq7nS+iA Q5dax7lnpJ7PbSGiGITEVeDm7a2A/pPm7AbzUS6Oh+6PWktHKZ/bxG5lEtDDZjvDv4pL GUVA== X-Received: by 10.182.2.42 with SMTP id 10mr474097obr.73.1383579098714; Mon, 04 Nov 2013 07:31:38 -0800 (PST) Original-Received: by 10.76.131.116 with HTTP; Mon, 4 Nov 2013 07:31:38 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: IeT_I8VbLe77vJ7EHY10vIOc52Y X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164926 Archived-At: --001a1134ad06b29a6904ea5b9c53 Content-Type: text/plain; charset=UTF-8 Oh, I'm terribly sorry about this. I did a bzr add and I used C-x v v thinking it would commit the entire changeset. Obviously I was mistaken. On 4 November 2013 16:10, Stefan Monnier wrote: > > * lisp/helpers.el: New library for misc helper functions. > > (hash-table-keys): New function returning a list of hash keys. > > (hash-table-values): New function returning a list of hash values. > > This commit only installed the commit message in ChangeLog, but didn't > add any helper.el file. Did you forget the "bzr add" by any chance? > > > Stefan > --001a1134ad06b29a6904ea5b9c53 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Oh, I'm terribly sorry about this. I did a bzr add and= I used C-x v v thinking it would commit the entire changeset. Obviously I = was mistaken.
--001a1134ad06b29a6904ea5b9c53--