probably bug: bzr log show branch nick as urlencoded string

Alexander Belchenko bialix at ukr.net
Wed Oct 18 12:11:16 BST 2006


Reproduction:

$ bzr init !repo
$ cd !repo
$ bzr nick
%21repo

$ bzr mkdir dir
$ bzr ci -m initial
$ bzr log
------------------------------------------------------------
revno: 1
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: %21repo
timestamp: Wed 2006-10-18 14:08:20 +0300
message:
   initial

IIUC, it's because auto-nick is based on URL, and therefore has 
URL-encoded form. So, probably to fix this need to change method that 
obtain auto-nick to decode URL back to normal form.

--
Alexander





More information about the bazaar mailing list