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: Installing changes from branches Date: Sat, 03 Apr 2010 10:08:52 +0300 Message-ID: <8339zdvwqj.fsf@gnu.org> References: <87bpe1z57e.fsf@telefonica.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1270278571 11984 80.91.229.12 (3 Apr 2010 07:09:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2010 07:09:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 03 09:09:27 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 1NxxTy-0004lw-WD for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 09:09:27 +0200 Original-Received: from localhost ([127.0.0.1]:40174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxxTy-0000O9-AX for ged-emacs-devel@m.gmane.org; Sat, 03 Apr 2010 03:09:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxxTt-0000NQ-BN for emacs-devel@gnu.org; Sat, 03 Apr 2010 03:09:21 -0400 Original-Received: from [140.186.70.92] (port=53289 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxxTk-0000LA-Ll for emacs-devel@gnu.org; Sat, 03 Apr 2010 03:09:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxxTc-00068T-0G for emacs-devel@gnu.org; Sat, 03 Apr 2010 03:09:07 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49719) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxxTX-00067d-5U for emacs-devel@gnu.org; Sat, 03 Apr 2010 03:09:00 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0A00L00GTU7F00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 03 Apr 2010 10:08:49 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0A00J5OH6ODN70@a-mtaout20.012.net.il>; Sat, 03 Apr 2010 10:08:49 +0300 (IDT) In-reply-to: <87bpe1z57e.fsf@telefonica.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123102 Archived-At: > From: =C3=93scar Fuentes > Date: Sat, 03 Apr 2010 03:37:41 +0200 >=20 > And there is yet another solution, which is to bind the quickfixes > branch to upstream. Instead of `bzr merge', do `bzr update'. When y= ou > finish a change, `bzr commit' will send it automatically upstream. But then why have a separate branch for that? This is precisely the workflow in `trunk'. What am I missing?