A couple of bugs...

Erik Bågfors zindar at gmail.com
Thu Mar 2 21:01:02 GMT 2006


This is with latest bzr.dev as of today. (r1562)

I haven't reported them because I don't know if they are known,
reported (but then I can't find them), being worked on, etc...

1) bzr branch brings over the working tree of the other branch.

: [bagfors at zyrgelkwyt]$ ; bzr revno
8

: [bagfors at zyrgelkwyt]$ ; cd ..

: [bagfors at zyrgelkwyt]$ ; bzr branch -r1 a b
All changes applied successfully.
Branched 1 revision(s).

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

: [bagfors at zyrgelkwyt]$ ; diff hosts ../a/hosts

I branched revno 1, I expect the working tree to be at that revision also.


2) utf8 in bazaar.conf gives problems. Don't know if this is related
to Bug #33437

My environment is in utf8, here is proof

: [bagfors at zyrgelkwyt]$ ; echo å | xxd
0000000: c3a5 0a                                  ...

So with EMAIL set right, and no configuration in bazaar.conf, no problem.

: [bagfors at zyrgelkwyt]$ ; EMAIL='Erik Bågfors <erik at bagfors.nu>' bzr ci -m f
Committed revision 2.

: [bagfors at zyrgelkwyt]$ ; bzr log -r-1 --short
    2 Erik Bågfors      2006-03-02

With email set in bazaar.conf (and in utf8)

: [bagfors at zyrgelkwyt]$ ; grep email ~/.bazaar/bazaar.conf
email=Erik Bågfors <erik at bagfors.nu>

: [bagfors at zyrgelkwyt]$ ; bzr ci -m f
Committed revision 2.

: [bagfors at zyrgelkwyt]$ ; bzr log -r-1 --short
    2 Erik BÃ¥gfors     2006-03-02

As you can see (if the mailreader etc doesn't destroy this) my name is
displayed wrong in the second case.

Want me to report these two?

Regards,
Erik




More information about the bazaar mailing list