From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Sun, 22 Nov 2009 10:00:04 +0900 Message-ID: <87zl6f5q7f.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87639fr3w7.fsf@red-bean.com> <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <877htl53tc.fsf@telefonica.net> <83einsozea.fsf@gnu.org> <873a48djpi.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258851245 21375 80.91.229.12 (22 Nov 2009 00:54:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2009 00:54:05 +0000 (UTC) Cc: ofv@wanadoo.es, eliz@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 01:53:57 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NC0iD-0001NY-L0 for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 01:53:57 +0100 Original-Received: from localhost ([127.0.0.1]:48840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NC0iD-0000LN-41 for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2009 19:53:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NC0i8-0000L9-K3 for emacs-devel@gnu.org; Sat, 21 Nov 2009 19:53:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NC0i3-0000GC-LE for emacs-devel@gnu.org; Sat, 21 Nov 2009 19:53:52 -0500 Original-Received: from [199.232.76.173] (port=37694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NC0i3-0000G9-Ia for emacs-devel@gnu.org; Sat, 21 Nov 2009 19:53:47 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:57005) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NC0hz-0007n1-88; Sat, 21 Nov 2009 19:53:43 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 02BD8820F; Sun, 22 Nov 2009 09:53:41 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id D9D6B1A28CC; Sun, 22 Nov 2009 10:00:04 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" d20e0a45a4b2 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117477 Archived-At: Richard Stallman writes: > In a checkout, what do you get in the way of change log information? You get the ChangeLog files, and if you are connected to the parent branch (either on a local disk or a remote host), you can use bzr to get the log and other information about history (eg, diffs) from the parent branch. This caveat about being connected is why I recommend that core developers use branches, at least until they decide they need to optimize space or something. > So there is the brief info that you get with `bzr log', and the full info > you can see somehow. Does the lightweight checkout include either of these? No, AFAIK -- it needs to talk to the parent branch. That's why it's "lightweight".