rm with bzr

Erik Bågfors zindar at gmail.com
Mon Nov 20 16:00:10 GMT 2006


On 11/20/06, John Arbash Meinel <john at arbash-meinel.com> wrote:

> >
> >> And actually I still wonder about the following question, could you
> >> help me
> >> out?
> >> When I try "bzr log foo.c", bzr will show all the related rev that
> >> changes
> >> the file. While "bzr log ." only showed the "initial" revision,
> >> although I
> >> had check-in for adding or removing files for several
> >> times under this directory. Is the files adding and removing a kind of
> >> change for directory? If it is, why not log report the related revisions?
> >
> > I can't reproduce this.
> > Can you tell me what you are doing to get this?
> >
> > /Erik
>
> I think he is saying that if you log changes to a 'directory', he wants
> it to be the changes to the files (possibly recursive).
>
> At the moment, 'bzr log dir' only shows changes to the directory itself
> (rename, add, move, etc).

really?

: [bagfors at zyrgelkwyt]$ ; ls
hej  passwd

: [bagfors at zyrgelkwyt]$ ; bzr st

: [bagfors at zyrgelkwyt]$ ; echo hej >> passwd

: [bagfors at zyrgelkwyt]$ ; bzr st
modified:
  passwd

: [bagfors at zyrgelkwyt]$ ; bzr ci -m foo
modified passwd
Committed revision 5.

: [bagfors at zyrgelkwyt]$ ; bzr log  --line .
5: Erik Bågfors 2006-11-20 foo
4: Erik Bågfors 2006-11-20 bar
3: Erik Bågfors 2006-11-20 foo
2: Erik Bågfors 2006-11-20 removed hosts
1: Erik Bågfors 2006-11-20 foo

Than that shouldn't happen, should it?

/Erik

-- 
google talk/jabber. zindar at gmail.com
SIP-phones: sip:erik_bagfors at gizmoproject.com
sip:17476714687 at proxy01.sipphone.com




More information about the bazaar mailing list