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: Basic Bazaar guide for Emacs hackers. Date: Sun, 29 Nov 2009 14:27:51 +0900 Message-ID: <873a3xzyqw.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87skbzblp5.fsf@telefonica.net> <87r5ri9c8c.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259472170 3590 80.91.229.12 (29 Nov 2009 05:22:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 05:22:50 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 29 06:22:43 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 1NEcF8-00021g-J3 for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 06:22:42 +0100 Original-Received: from localhost ([127.0.0.1]:46913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEcF7-0007bB-TR for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 00:22:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEcF2-0007b6-PL for emacs-devel@gnu.org; Sun, 29 Nov 2009 00:22:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEcEx-0007Vc-KT for emacs-devel@gnu.org; Sun, 29 Nov 2009 00:22:35 -0500 Original-Received: from [199.232.76.173] (port=46470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEcEx-0007VZ-Dp for emacs-devel@gnu.org; Sun, 29 Nov 2009 00:22:31 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:40021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEcEv-0002Ot-Kk; Sun, 29 Nov 2009 00:22:29 -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 C794F8214; Sun, 29 Nov 2009 14:22:24 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id B7DE211EF44; Sun, 29 Nov 2009 14:27:51 +0900 (JST) In-Reply-To: <87r5ri9c8c.fsf@telefonica.net> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 1444e28f1a3d 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:117919 Archived-At: =D3scar Fuentes writes: > Replacing >=20 > bzr checkout URL >=20 > with >=20 > bzr branch URL > bzr bind >=20 > will force me to explain what a Bazaar branch is and why it can be bound > or unbound, and thus would introduce us into the field of multiple > workflows, which is precisely what the document tries to avoid. I agree. One caution I have is that in this case you probably should also avoid mentioning offline work, which requires understanding what "bound" means and either how to unbind or how to use the --local flag, and the implications of that for future work when reconnected.