[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m?
From: |
Stephen J. Turnbull |
Subject: |
Re: emacs-w3m? |
Date: |
Sat, 27 Feb 2010 21:57:01 +0900 |
Eli Zaretskii writes:
> The second sentence explains the rationale behind this feature. But
> in this case, Bob mistakenly added a single file, and that ended up
> adding the whole directory.
I don't think so. I read that doc as saying it adds ancestors, but
not their contents, and a quick test shows it to be so:
$ mkdir test; cd test; bzr init
Created a standalone tree (format: 2a)
$ mkdir subdir
$ for i in foo bar; do echo $i > subdir/$i; done
$ bzr add subdir/foo
adding subdir
adding subdir/foo
$ bzr status
added:
subdir/
subdir/foo
unknown:
subdir/bar
$
I don't know what Bob did, but I think it was more inclusive
(presumably by Bazaar DWIM behavior) than adding a single file.
- Re: emacs-w3m?, (continued)
- Re: emacs-w3m?, Óscar Fuentes, 2010/02/25
- Re: emacs-w3m?, Robert J. Chassell, 2010/02/25
- Re: emacs-w3m?, Stephen J. Turnbull, 2010/02/25
- Re: emacs-w3m?, Miles Bader, 2010/02/26
- Re: emacs-w3m?, Andreas Roehler, 2010/02/26
- Re: emacs-w3m?, Eli Zaretskii, 2010/02/26
- Re: emacs-w3m?, Stephen J. Turnbull, 2010/02/27
- Re: emacs-w3m?, Óscar Fuentes, 2010/02/27
- Re: emacs-w3m?, Eli Zaretskii, 2010/02/27
- Re: emacs-w3m?, Óscar Fuentes, 2010/02/27
- Re: emacs-w3m?,
Stephen J. Turnbull <=
- Re: emacs-w3m?, Eli Zaretskii, 2010/02/27
- Re: emacs-w3m?, Stephen J. Turnbull, 2010/02/27
- Re: emacs-w3m?, Stephen J. Turnbull, 2010/02/27
- Re: emacs-w3m?, Robert J. Chassell, 2010/02/27
- Re: emacs-w3m?, David Reitter, 2010/02/28
- Re: emacs-w3m?, Richard Stallman, 2010/02/28
- Re: emacs-w3m?, Stephen J. Turnbull, 2010/02/28
- Re: emacs-w3m?, Eli Zaretskii, 2010/02/28
- Re: emacs-w3m?, Stefan Monnier, 2010/02/28
- Re: emacs-w3m?, Miles Bader, 2010/02/28