From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master d788058: Document a trap for the unwary. Date: Mon, 01 Dec 2014 21:49:02 -0500 Message-ID: References: <20141201230347.3469.31132@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417488576 28231 80.91.229.3 (2 Dec 2014 02:49:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 02:49:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 03:49:29 2014 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 1XvdWr-0005mb-Hg for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 03:49:29 +0100 Original-Received: from localhost ([::1]:34870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvdWr-00057g-58 for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2014 21:49:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvdWY-00057H-VI for emacs-devel@gnu.org; Mon, 01 Dec 2014 21:49:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvdWR-0004N2-FX for emacs-devel@gnu.org; Mon, 01 Dec 2014 21:49:10 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:44064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvdWR-0004My-BK for emacs-devel@gnu.org; Mon, 01 Dec 2014 21:49:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEVjMLNBIUGA2IeNEEAQEIAiCRGxaENQWMC6cXgXaEGh+CewEBAQ X-IPAS-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEVjMLNBIUGA2IeNEEAQEIAiCRGxaENQWMC6cXgXaEGh+CewEBAQ X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="99321039" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Dec 2014 21:49:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 96A0686B6; Mon, 1 Dec 2014 21:49:02 -0500 (EST) In-Reply-To: (Eric S. Raymond's message of "Mon, 01 Dec 2014 23:03:47 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:178666 Archived-At: > --- a/lisp/ChangeLog > +++ b/lisp/ChangeLog > @@ -4,6 +4,9 @@ > takes an explicit async flag. This eliminates a particularly ugly > global. > + vc-bzr.el: Restore vc-bzr-state-heuristic as a private method. > + VC randomly/unpredictable fails without it; cause not yet established. This belongs in the code rather than hidden in the middle of ChangeLog messages. Stefan