From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: Switching to bzr: what remains to be done? Date: Thu, 18 Dec 2008 11:28:48 -0500 Message-ID: <873agljvlr.fsf@canonical.com> References: <87vdtu332o.fsf@red-bean.com> <200812090245.mB92j83j019610@mothra.ics.uci.edu> <87r64e8nqf.fsf@canonical.com> <873agm9zmh.fsf@canonical.com> <87r645hq0v.fsf@thinkpad.tsdh.de> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229623543 7055 80.91.229.12 (18 Dec 2008 18:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2008 18:05:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 18 19:06:49 2008 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 1LDNGr-0006jV-11 for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2008 19:06:49 +0100 Original-Received: from localhost ([127.0.0.1]:44191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDNFe-0007P6-Q0 for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2008 13:05:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDLk5-0001Ll-Qb for emacs-devel@gnu.org; Thu, 18 Dec 2008 11:28:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDLk4-0001LI-BK for emacs-devel@gnu.org; Thu, 18 Dec 2008 11:28:52 -0500 Original-Received: from [199.232.76.173] (port=43719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDLk4-0001LF-5c for emacs-devel@gnu.org; Thu, 18 Dec 2008 11:28:52 -0500 Original-Received: from adelie.canonical.com ([91.189.90.139]:53797) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDLk3-0002yx-HY for emacs-devel@gnu.org; Thu, 18 Dec 2008 11:28:51 -0500 Original-Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.60 #1 (Debian)) id 1LDLk3-0001XU-2H for ; Thu, 18 Dec 2008 16:28:51 +0000 Original-Received: from cpe-72-229-5-175.nyc.res.rr.com ([72.229.5.175] helo=floss) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDLk2-0006zz-Ps for emacs-devel@gnu.org; Thu, 18 Dec 2008 16:28:51 +0000 In-Reply-To: <87r645hq0v.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 18 Dec 2008 09:00:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 18 Dec 2008 12:50:04 -0500 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:107034 Archived-At: Tassilo Horn writes: > I don't have any bzr repository checked out currently, so I couldn't > test my assertion. But reading the docs of bzr-1.10 it seems to me that > `bzr diff' only accepts files as arguments (no directories), too. > > Maybe that could make syncing parts that also have an external > repository difficult. One candidate suffering from that could be > org-mode, which resides at lisp/org/. Looks like diff can take directories: $ bzr --version Bazaar (bzr) 1.11dev from bzr checkout /home/kfogel/src/bzr/bzr.dev revision: 3829 revid: kfogel@red-bean.com-20081218162441-eeo4vscle7li1ami branch nick: bzr.dev Python interpreter: /usr/bin/X11/python 2.5.2 Python standard library: /usr/lib/python2.5 bzrlib: /home/kfogel/src/bzr/bzr.dev/bzrlib Bazaar configuration: /home/kfogel/.bazaar Bazaar log file: /home/kfogel/.bzr.log Copyright 2005, 2006, 2007, 2008 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. $ pwd /home/kfogel/src/bzr/bzr.dev $ ls BRANCH.TODO bzrlib/ generate_docs.pyc profile_imports.py tools/ build/ contrib/ INSTALL README bzr* COPYING.txt Makefile setup.py* bzr.1 doc/ man1/ sigh.diff bzr.ico generate_docs.py* NEWS TODO $ echo "small change to NEWS" >> NEWS $ echo "small change to default.css" >> doc/default.css $ echo "small change to riodemo.py" >> tools/riodemo.py $ bzr status modified: NEWS doc/default.css tools/riodemo.py $ bzr diff === modified file 'NEWS' --- NEWS 2008-12-17 10:21:38 +0000 +++ NEWS 2008-12-18 16:25:26 +0000 @@ -7624,3 +7624,4 @@ .. vim: tw=74 ft=rst ff=unix +small change to NEWS === modified file 'doc/default.css' --- doc/default.css 2008-02-07 07:05:13 +0000 +++ doc/default.css 2008-12-18 16:25:20 +0000 @@ -162,3 +162,4 @@ span, th.field-name { white-space: nowrap; } +small change to default.css === modified file 'tools/riodemo.py' --- tools/riodemo.py 2005-11-28 08:03:42 +0000 +++ tools/riodemo.py 2008-12-18 16:26:03 +0000 @@ -58,3 +58,4 @@ raise NotImplementedError() inv.add(ie) return inv +small change to riodemo.py $ bzr diff doc === modified file 'doc/default.css' --- doc/default.css 2008-02-07 07:05:13 +0000 +++ doc/default.css 2008-12-18 16:25:20 +0000 @@ -162,3 +162,4 @@ span, th.field-name { white-space: nowrap; } +small change to default.css $ bzr diff doc tools === modified file 'doc/default.css' --- doc/default.css 2008-02-07 07:05:13 +0000 +++ doc/default.css 2008-12-18 16:25:20 +0000 @@ -162,3 +162,4 @@ span, th.field-name { white-space: nowrap; } +small change to default.css === modified file 'tools/riodemo.py' --- tools/riodemo.py 2005-11-28 08:03:42 +0000 +++ tools/riodemo.py 2008-12-18 16:26:03 +0000 @@ -58,3 +58,4 @@ raise NotImplementedError() inv.add(ie) return inv +small change to riodemo.py $