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: Installing changes from branches Date: Sat, 03 Apr 2010 17:14:36 +0200 Message-ID: <87y6h4y3dv.fsf@telefonica.net> References: <87bpe1z57e.fsf@telefonica.net> <8339zdvwqj.fsf@gnu.org> <877hoozkic.fsf@telefonica.net> <83fx3c1smj.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 1270307706 22872 80.91.229.12 (3 Apr 2010 15:15:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2010 15:15:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 03 17:15:02 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 1Ny53t-000504-Jj for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 17:15:01 +0200 Original-Received: from localhost ([127.0.0.1]:39262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny53s-0000b7-Ph for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 11:15:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ny53n-0000Z8-9J for emacs-devel@gnu.org; Sat, 03 Apr 2010 11:14:55 -0400 Original-Received: from [140.186.70.92] (port=58561 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ny53l-0000X2-Gx for emacs-devel@gnu.org; Sat, 03 Apr 2010 11:14:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ny53k-0000RG-CS for emacs-devel@gnu.org; Sat, 03 Apr 2010 11:14:53 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48983) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny53k-0000R8-6n for emacs-devel@gnu.org; Sat, 03 Apr 2010 11:14:52 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ny53g-0004ua-Ew for emacs-devel@gnu.org; Sat, 03 Apr 2010 17:14:48 +0200 Original-Received: from 83.32.114.13 ([83.32.114.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Apr 2010 17:14:48 +0200 Original-Received: from ofv by 83.32.114.13 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Apr 2010 17:14:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.32.114.13 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) Cancel-Lock: sha1:+wH0aGDN+VnBSD5nNacyuq1c+jc= 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:123126 Archived-At: Eli Zaretskii writes: >> For instance, if you begin hacking into something that seems easy but >> later discover that it is a deeper issue, turning `quickfixes' into a >> feature branch is trivial. > > How is that trivial? bzr unbind cd .. mv quickfixes my-bugfix > It's a bound branch under your suggestion. "bzr > unbind" is not exactly a common command, and the wiki warns: > "Unbinding has some unintuitive consequences; be careful." Without more explanation, the above warning is just a weak hint about Bazaar's quality. [snip]