From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `about-emacs' - what about the revno? Date: Wed, 01 Sep 2010 02:42:40 -0400 Message-ID: References: <83occmlogo.fsf@gnu.org> <834oeckqv3.fsf@gnu.org> <83wrr8j8g5.fsf@gnu.org> <83k4n6k9ft.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1283323372 7944 80.91.229.12 (1 Sep 2010 06:42:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2010 06:42:52 +0000 (UTC) Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 01 08:42:50 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 1Oqh20-0006nf-LP for ged-emacs-devel@m.gmane.org; Wed, 01 Sep 2010 08:42:48 +0200 Original-Received: from localhost ([127.0.0.1]:59656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqh20-0006s3-3P for ged-emacs-devel@m.gmane.org; Wed, 01 Sep 2010 02:42:48 -0400 Original-Received: from [199.232.76.173] (port=47683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqh1u-0006ry-Aj for emacs-devel@gnu.org; Wed, 01 Sep 2010 02:42:42 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Oqh1t-0001Tz-0f for emacs-devel@gnu.org; Wed, 01 Sep 2010 02:42:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49560) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Oqh1s-0001Tu-RQ for emacs-devel@gnu.org; Wed, 01 Sep 2010 02:42:40 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oqh1s-00033i-4v; Wed, 01 Sep 2010 02:42:40 -0400 In-reply-to: (message from Stefan Monnier on Wed, 01 Sep 2010 08:25:07 +0200) X-detected-operating-system: by monty-python.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:129535 Archived-At: > From: Stefan Monnier > Cc: schwab@linux-m68k.org, emacs-devel@gnu.org > Date: Wed, 01 Sep 2010 08:25:07 +0200 > > >> You search for "http emacs bzr trunk" and voilą: > >> http://bzr.savannah.gnu.org/r/emacs/trunk > > There's an easier way: in .bzr/branc/branch.conf we have this line: > > parent_location = ../trunk/ > > The parent branch of my main work branch is not "trunk", so while this > may work for your particular workflow, it won't DTRT for all workflows. But then what exactly is the definition of "ancestor"? I took it in bzr terms for the current branch, but now it seems you had something different in mind. What is it?