From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Westby Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs repository benchmark: bzr and git Date: Sat, 29 Mar 2008 01:30:23 +0000 Message-ID: <1206754223.6694.110.camel@flash> References: <20080318154316.GA6242@mithlond.arda.local> <47DFE4EA.5000600@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206754223 10224 80.91.229.12 (29 Mar 2008 01:30:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 01:30:23 +0000 (UTC) Cc: bazaar@lists.canonical.com, rms@gnu.org, lennart.borgman@gmail.com, emacs-devel@gnu.org, tlikonen@iki.fi To: Stefan Monnier Original-X-From: bazaar-bounces@lists.canonical.com Sat Mar 29 02:30:54 2008 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Original-Received: from chlorine.canonical.com ([91.189.94.204]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfPuI-0005M1-00 for gcvbg-bazaar-ng@m.gmane.org; Sat, 29 Mar 2008 02:30:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JfPte-0003jK-2B; Sat, 29 Mar 2008 01:30:14 +0000 Original-Received: from jameswestby.net ([89.145.97.141]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JfPtc-0003jF-4o for bazaar@lists.canonical.com; Sat, 29 Mar 2008 01:30:12 +0000 Original-Received: from 77-99-12-164.cable.ubr13.azte.blueyonder.co.uk ([77.99.12.164] helo=[192.168.1.104]) by jameswestby.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JfPtZ-0005uV-Sw; Sat, 29 Mar 2008 01:30:09 +0000 In-Reply-To: X-Mailer: Evolution 2.22.0 X-BeenThere: bazaar@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bazaar-bounces@lists.canonical.com Errors-To: bazaar-bounces@lists.canonical.com Xref: news.gmane.org gmane.comp.version-control.bazaar-ng.general:39479 gmane.emacs.devel:93733 Archived-At: On Fri, 2008-03-28 at 21:17 -0400, Stefan Monnier wrote: > Actually, I've just installed a patch in Emacs's trunk to make vc-bzr.el > parse the dirstate file more completely, so `bzr status' is not needed > nearly as often. But I don't have any documentation about the dirstate > format, so it's not very satisfactory. > > Anybody knows where I can find some doc about that file's format? > bzrlib/dirstate.py No, I'm not being facetious, there's a BNF at the top of the file that should help you. Thanks, James