From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Wed, 25 Nov 2009 20:31:30 -0500 Message-ID: References: <87iqd5vw5n.fsf@red-bean.com> <877htl53tc.fsf@telefonica.net> <87ws1ku7zd.fsf@red-bean.com> <87hbso4s13.fsf@telefonica.net> <83aaygoy90.fsf@gnu.org> <87vdh36d48.fsf@telefonica.net> <831vjrptha.fsf@gnu.org> <87einr63b6.fsf@telefonica.net> <83y6lzo9e7.fsf@gnu.org> <871vjr750o.fsf@uwakimon.sk.tsukuba.ac.jp> <83tywnnq34.fsf@gnu.org> <873a475bsr.fsf@telefonica.net> <87ocmu7x9c.fsf@red-bean.com> <87zl6crij4.fsf@red-bean.com> <87d436f982.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259199111 9316 80.91.229.12 (26 Nov 2009 01:31:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Nov 2009 01:31:51 +0000 (UTC) Cc: 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 Thu Nov 26 02:31:44 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 1NDTCw-00075A-MR for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 02:31:43 +0100 Original-Received: from localhost ([127.0.0.1]:56153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDTCw-0000gK-9s for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 20:31:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDTCr-0000gF-1B for emacs-devel@gnu.org; Wed, 25 Nov 2009 20:31:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDTCl-0000fU-MV for emacs-devel@gnu.org; Wed, 25 Nov 2009 20:31:35 -0500 Original-Received: from [199.232.76.173] (port=56024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDTCl-0000fH-HV for emacs-devel@gnu.org; Wed, 25 Nov 2009 20:31:31 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:35050 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDTCl-00023V-H2 for emacs-devel@gnu.org; Wed, 25 Nov 2009 20:31:31 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am8FAKppDUtFpYc//2dsb2JhbACBTtN7hDIEihY X-IronPort-AV: E=Sophos;i="4.47,289,1257138000"; d="scan'208";a="50048880" Original-Received: from 69-165-135-63.dsl.teksavvy.com (HELO ceviche.home) ([69.165.135.63]) by ironport2-out.pppoe.ca with ESMTP; 25 Nov 2009 20:31:30 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 63721B40E6; Wed, 25 Nov 2009 20:31:30 -0500 (EST) In-Reply-To: <87d436f982.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Thu, 26 Nov 2009 00:58:05 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117798 Archived-At: >> But the main problem with it in my experience is that >> whenever you want to see the local changes that aren't installed yet, >> you end up having to do >> >> bzr diff -r branch:URL_TO_UPSTREAM_EMACS_TRUNK >> >> (which can be shortened to "bzr diff -r submit:") > bzr missing > is even shorter :-) But with the same problem: if you don't have a local mirror, it'll have to contact the remote repository. And it won't show the diffs. Stefan