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: Rewriting bzrmerge.el Date: Tue, 25 Nov 2014 03:59:08 +0900 Message-ID: <874mtos9vn.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20141027000718.F09B5382A66@snark.thyrsus.com> <87bno8y0rt.fsf_-_@engster.org> <871tp4xx4i.fsf@engster.org> <87tx20whtq.fsf@engster.org> <87lhn4rx0v.fsf@engster.org> <838uj3tztm.fsf@gnu.org> <87egsvrz6e.fsf@engster.org> <83mw7jrxt9.fsf@gnu.org> <87a93jrw83.fsf@engster.org> <83ioi7rn9o.fsf@gnu.org> <87oarysr3u.fsf@uwakimon.sk.tsukuba.ac.jp> <87k32mrlyn.fsf@uwakimon.sk.tsukuba.ac.jp> <83zjbgprax.fsf@gnu.org> <877fyksbqq.fsf@uwakimon.sk.tsukuba.ac.jp> <83r3wspi9s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1416855590 28898 80.91.229.3 (24 Nov 2014 18:59:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2014 18:59:50 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 19:59:43 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XsyrO-0000o8-PB for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2014 19:59:42 +0100 Original-Received: from localhost ([::1]:54020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsyrO-0000EY-FB for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2014 13:59:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsyrD-00005g-Re for emacs-devel@gnu.org; Mon, 24 Nov 2014 13:59:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xsyr6-0004tr-Ci for emacs-devel@gnu.org; Mon, 24 Nov 2014 13:59:31 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:48757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsyqx-0004ma-V3; Mon, 24 Nov 2014 13:59:16 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id B1F5C1C38F0; Tue, 25 Nov 2014 03:59:08 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 8F23D1A2892; Tue, 25 Nov 2014 03:59:08 +0900 (JST) In-Reply-To: <83r3wspi9s.fsf@gnu.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178202 Archived-At: Eli Zaretskii writes: > > > That is true (even on Windows), but then one would need to pull twice, > > > once from upstream, the other time from the first clone to the second, > > > right? Doesn't sound a net win to me. > > > > Fetching takes negligible time locally, and if you're worried about > > the typing write a shell function/script or an Emacs command. > > I'm worried about people forgetting the 2nd fetch, and then getting > themselves into trouble. Sure, but how do you avoid a second fetch or pull (this is what updates the branch head) if you have a 2d clone? I'm assuming that is the way to go for some workflows, specifically if you're working on the release branch and the trunk a lot. Otherwise, I'm all in favor of a single repo with the branches of interest being colocated.