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: patch vs. overwrite in bzr Date: Sat, 07 Apr 2012 15:42:32 +0200 Message-ID: <87ty0vacaf.fsf@wanadoo.es> References: <87k42cwys8.fsf@gnu.org> <83aa2rcnww.fsf@gnu.org> <8362dedgcb.fsf@gnu.org> <87zkapi7qe.fsf@gnu.org> <83iphdb6dp.fsf@gnu.org> <878vi9gqst.fsf@gnu.org> <838vi9b2sr.fsf@gnu.org> <87lim9f9fx.fsf@gnu.org> <83zkaoa8gr.fsf@gnu.org> <87bon4b7hd.fsf@wanadoo.es> <83wr5s9hkb.fsf@gnu.org> <87398fbvr1.fsf@wanadoo.es> <83obr3agk0.fsf@gnu.org> <87y5q7aeew.fsf@wanadoo.es> <83lim7acqi.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333806176 12483 80.91.229.3 (7 Apr 2012 13:42:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2012 13:42:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 15:42:56 2012 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 1SGVun-0004ZD-D6 for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2012 15:42:53 +0200 Original-Received: from localhost ([::1]:60906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGVum-0001oM-Mc for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2012 09:42:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGVuj-0001o6-LW for emacs-devel@gnu.org; Sat, 07 Apr 2012 09:42:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGVuh-0005uZ-UD for emacs-devel@gnu.org; Sat, 07 Apr 2012 09:42:49 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGVuh-0005uT-N6 for emacs-devel@gnu.org; Sat, 07 Apr 2012 09:42:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SGVue-0004V1-Js for emacs-devel@gnu.org; Sat, 07 Apr 2012 15:42:44 +0200 Original-Received: from 215.red-81-43-220.staticip.rima-tde.net ([81.43.220.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Apr 2012 15:42:44 +0200 Original-Received: from ofv by 215.red-81-43-220.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Apr 2012 15:42:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 215.red-81-43-220.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) Cancel-Lock: sha1:l+SrJipaAaf/4PFb1Sviq77JL8g= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:149462 Archived-At: Eli Zaretskii writes: > What I meant was that when you invoke a VCS command, you need to be > aware which branch is the current one, or you might invoke a wrong > command. When you invoke a VCS command, the modeline is not > necessarily in your field of view, especially if the command is not > invoked from Emacs. Well, if you are working outside of Emacs then you can't only blame your tools for the inconvenience. Within Emacs, there is no room for confusion when you use git colocated branches, at least with vc-git + magit. I see no reason why working with bzr colocated branches on Emacs couldn't be as safe as git's.