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 Bazaar repository Date: Fri, 14 Mar 2008 13:39:10 +0000 Message-ID: <1205501950.6161.392.camel@flash> References: <87skyvse7k.fsf@xmission.com> <86ejae96t4.fsf@lola.quinscape.zz> <47DA3601.3040507@arbash-meinel.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205501883 4535 80.91.229.12 (14 Mar 2008 13:38:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 13:38:03 +0000 (UTC) Cc: bazaar@lists.canonical.com, dak@gnu.org, Matthieu Moy , emacs-devel@gnu.org, Eli Zaretskii To: Andreas Schwab Original-X-From: bazaar-bounces@lists.canonical.com Fri Mar 14 14:38:30 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 1JaA77-0002jb-Fs for gcvbg-bazaar-ng@m.gmane.org; Fri, 14 Mar 2008 14:38:25 +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 1JaA6X-0000SR-Q0; Fri, 14 Mar 2008 13:37:49 +0000 Original-Received: from jameswestby.net ([89.145.97.141]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JaA6W-0000SJ-4x for bazaar@lists.canonical.com; Fri, 14 Mar 2008 13:37:48 +0000 Original-Received: from 77-99-12-164.cable.ubr13.azte.blueyonder.co.uk ([77.99.12.164] helo=[192.168.1.109]) by jameswestby.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JaA6T-0005z3-GR; Fri, 14 Mar 2008 13:37:45 +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:38567 gmane.emacs.devel:92549 Archived-At: On Fri, 2008-03-14 at 14:32 +0100, Andreas Schwab wrote: > John Arbash Meinel writes: > > > The other thing is that these numbers are going to be permanently > > different for the two branches. Which means that you can't refer to > > "revno 4 in branch A". Because someone with an effective clone of your > > "branch A" might have different revisions. > > With git revisions are globally unique. Pulling from a different > repository does not change revisions in any way. I think John intended to say "Because someone with an effective clone of your "branch A" might have different revision numbers." and as git doesn't use revision numbers this doesn't really apply. bzr's revisions are also globally unique and immutable. It's just their numbering that may change. Thanks, James