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: Moving to bzr? Date: Fri, 09 Jan 2009 21:27:30 -0500 Message-ID: References: <878wprlz8d.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231554468 2922 80.91.229.12 (10 Jan 2009 02:27:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 02:27:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 10 03:29:00 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 1LLTat-0000v9-Ez for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 03:28:59 +0100 Original-Received: from localhost ([127.0.0.1]:36814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLTZd-0003Yq-Fk for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 21:27:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLTZX-0003Yb-LW for emacs-devel@gnu.org; Fri, 09 Jan 2009 21:27:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLTZW-0003YH-5J for emacs-devel@gnu.org; Fri, 09 Jan 2009 21:27:34 -0500 Original-Received: from [199.232.76.173] (port=37628 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLTZV-0003YD-Vo for emacs-devel@gnu.org; Fri, 09 Jan 2009 21:27:34 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:56997 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLTZU-0002KV-Js; Fri, 09 Jan 2009 21:27:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtAEAOCVZ0nO+LIy/2dsb2JhbACBbM5AhW+BaA X-IronPort-AV: E=Sophos;i="4.37,242,1231131600"; d="scan'208";a="32105378" Original-Received: from 206-248-178-50.dsl.teksavvy.com (HELO pastel.home) ([206.248.178.50]) by ironport2-out.teksavvy.com with ESMTP; 09 Jan 2009 21:27:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C02EE86E5; Fri, 9 Jan 2009 21:27:30 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Fri, 09 Jan 2009 22:20:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:107737 Archived-At: > Btw, does anyone know how does bzr handle the EOL problem? I.e., does > it leave the original EOL format intact, or does it try to convert > Unix EOLs to DOS when pulling and the other way around when pushing? As of now, Bzr doesn't do any line-end manipulation. There's some work in progress to be able to do line-end conversions, which seems like it may appear within the next 6 months or so. Last I heard it didn't seem like we need such a feature for Emacs's repository. Stefan