small patch for sftp urls
Robey Pointer
robey at lag.net
Fri Nov 11 23:51:00 GMT 2005
On 11 Nov 2005, at 5:44, Erik Bågfors wrote:
> Hi. Here is a very small patch for sftp urls.
I committed this into my branch too.
But I found an unrelated bug:
My terminal mode is set to UTF-8 encoding, and "LC_ALL=en_US.UTF-8".
So when I copied Erik's name into the commit message, all seemed
okay. However, it's messed up in "bzr log" output:
$ bzr log | head | hexdump -C
00000000 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d
|----------------|
...
00000090 37 3a 35 38 20 2d 30 38 30 30 0a 6d 65 73 73 61 |7:58
-0800.messa|
000000a0 67 65 3a 0a 20 20 5b 65 72 69 6b 20 62 cc b4 67 |ge:.
[erik b̴g|
^^^^^
huh?
It's fine in the revision store: "<message>[erik
bågfors]" (195 165 = C3 A5 = utf-8 for \u00e5 = a-with-
circle)
It seems to be something weird in "bzr log" but I can't figure out
what. Am I doing something obviously wrong? :)
robey
More information about the bazaar
mailing list