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:38:19 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2f13499eaa204ea5bb497 X-Trace: ger.gmane.org 1383579514 30989 80.91.229.3 (4 Nov 2013 15:38:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 15:38:34 +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:38:39 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 1VdMEW-0007NR-02 for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 16:38:28 +0100 Original-Received: from localhost ([::1]:50494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMEV-0006oB-KS for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 10:38:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMEP-0006k7-SY for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:38:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdMEO-0002Bb-I3 for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:38:21 -0500 Original-Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:50401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdMEO-0002BI-DX for emacs-devel@gnu.org; Mon, 04 Nov 2013 10:38:20 -0500 Original-Received: by mail-ob0-f173.google.com with SMTP id gq1so7207130obb.18 for ; Mon, 04 Nov 2013 07:38:19 -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=5iMLP+7uHnnbkRWhKo6BlQJWq0clROpwBYXsajp33ts=; b=GMTdftdRK8WWsaYXLg1f6N2g+VoKNxOIJt9U9dUCNAHN4FATRM0gNvOqw76uRTxd1e pGsY6ahT/Z+mWXU9GObILSZxcUUDthaIiHLXRAbQ2dDU+UodU2ZeWTMdIuNie3SDr4Fg f4gO2/r/sKvio/z3Aue2nj8JlWCPY8kLBGOtXGVPqSbmOjon7SFKkHRhT2roj+oB48x3 MfgozC8XbNcrqG1nSJhlsSkGQiwMaXYK7wR1uvYwakoGosCOyIfX0Z/iYDiLqPmVRnsl fvVZC8asVHjGuXyztJy0kiYKyTRS6GJwxnnjnmSNYtceKmiMoGNW4KoJ9byOgJbhliXF hbCA== X-Received: by 10.182.233.162 with SMTP id tx2mr78884obc.91.1383579499750; Mon, 04 Nov 2013 07:38:19 -0800 (PST) Original-Received: by 10.76.131.116 with HTTP; Mon, 4 Nov 2013 07:38:19 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: BMJHQD_grr298NpJq_CQrZY0aDM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22d 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:164927 Archived-At: --001a11c2f13499eaa204ea5bb497 Content-Type: text/plain; charset=UTF-8 Should be OK now. Btw, is there something similar to magit for bzr, since the default VC commands don't seem to be optimized for distributed VCs (or I'm missing something). On 4 November 2013 17:31, Bozhidar Batsov wrote: > 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 >> > > --001a11c2f13499eaa204ea5bb497 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Should be OK now. Btw, is there something similar to magit= for bzr, since the default VC commands don't seem to be optimized for = distributed VCs (or I'm missing something).=C2=A0
--001a11c2f13499eaa204ea5bb497--