From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Thu, 11 Mar 2010 14:42:09 +0100 Message-ID: <87pr3b2cwe.fsf@telefonica.net> References: <83aaug2hkm.fsf@gnu.org> <8363542h2m.fsf@gnu.org> <877hpk3qs4.fsf@telefonica.net> <83zl2f25ps.fsf@gnu.org> <87y6hz3jmz.fsf@telefonica.net> <83y6hz1oa0.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268316986 8248 80.91.229.12 (11 Mar 2010 14:16:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2010 14:16:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 15:16:16 2010 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.69) (envelope-from ) id 1NpjBP-0006So-OI for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 15:16:16 +0100 Original-Received: from localhost ([127.0.0.1]:36676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpjBP-0008Ps-19 for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 09:16:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npieg-0006cp-Gg for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:42:26 -0500 Original-Received: from [140.186.70.92] (port=56713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npied-0006bK-QQ for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:42:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npiec-0004eO-Oy for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:42:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:51875) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npiec-0004dr-5T for emacs-devel@gnu.org; Thu, 11 Mar 2010 08:42:22 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Npiea-0003eU-7i for emacs-devel@gnu.org; Thu, 11 Mar 2010 14:42:20 +0100 Original-Received: from 83.53.125.178 ([83.53.125.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Mar 2010 14:42:20 +0100 Original-Received: from ofv by 83.53.125.178 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Mar 2010 14:42:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.53.125.178 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) Cancel-Lock: sha1:qkgE7KaTrk8IqJpr7hYMRnG/73s= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:121809 Archived-At: Eli Zaretskii writes: >> > Doesn't seem to work: >> > >> > eliz@fencepost:~/bzr/emacs/trunk$ bzr missing --mine-only sftp://eliz@bzr.savannah.gnu.org/srv/bzr/emacs/emacs-23 >> > This branch is up to date. >> >> Did you `bzr update' your local mirror first? > > No. Why should I? `bzr missing' shows the differences among two branches. If one of the branches is not up to date, you'll get old results. [snip] >> which means that the branch was created from revision 99634. > > I hoped for a more direct evidence, something like the way "bzr log" > shows branches and merges. `bzr log' shows branch points only for merged history. [snip]