all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Fogel <karl.fogel@canonical.com>
To: emacs-devel@gnu.org
Subject: Re: Switching to bzr: what remains to be done?
Date: Thu, 18 Dec 2008 11:28:48 -0500	[thread overview]
Message-ID: <873agljvlr.fsf@canonical.com> (raw)
In-Reply-To: <87r645hq0v.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 18 Dec 2008 09:00:00 +0100")

Tassilo Horn <tassilo@member.fsf.org> 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
  
  $ 





  reply	other threads:[~2008-12-18 16:28 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-08 18:59 Switching to bzr: what remains to be done? Karl Fogel
2008-12-08 19:29 ` Dan Nicolaescu
2008-12-08 19:51   ` Karl Fogel
2008-12-08 21:44   ` Stefan Monnier
2008-12-11 22:43     ` Karl Fogel
2008-12-08 19:54 ` Stefan Monnier
2008-12-09  0:59   ` Stephen J. Turnbull
     [not found]     ` <878wqqf8gr.fsf@notengoamigos.org>
2008-12-09  3:16       ` Stefan Monnier
     [not found]   ` <87hc5ef9mf.fsf@notengoamigos.org>
2008-12-09  3:32     ` Stefan Monnier
2008-12-09  9:33       ` Andreas Schwab
     [not found]       ` <87zlj5dvij.fsf@notengoamigos.org>
2008-12-09 19:55         ` Stefan Monnier
2008-12-09  2:45 ` Dan Nicolaescu
2008-12-11 20:23   ` Karl Fogel
2008-12-17 22:59     ` Karl Fogel
2008-12-18  8:00       ` Tassilo Horn
2008-12-18 16:28         ` Karl Fogel [this message]
2008-12-19  8:22           ` Tassilo Horn
2008-12-19  8:29         ` Giorgos Keramidas
2008-12-18 20:26       ` Dan Nicolaescu
2009-01-05  0:00       ` Tom Tromey
2009-01-05  2:14         ` Stefan Monnier
2009-01-05  2:42           ` Tom Tromey
2009-01-05  4:04             ` Stefan Monnier
2009-01-06  0:01             ` Richard M Stallman
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08 16:32 Karl Fogel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873agljvlr.fsf@canonical.com \
    --to=karl.fogel@canonical.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.