[MERGE] [1.0] Move material out of User Guide into User Reference

Alexander Belchenko bialix at ukr.net
Tue Dec 11 18:06:25 GMT 2007


Alexander Belchenko has voted comment.
Status is now: Semi-approved
Comment:
Aaron has serious objections IIUC. So I can't vote approve, but comment 
instead.

> +    resource_name = "en/%s.txt" % (topic_name,)
 > +    return osutils.resource_string('bzrlib.help_topics', 
resource_name)
>
> ^-- In the text you say now texts live in help_topics/en/, but in the
> code you're using just help_topics, and resourse_string does not seems
> to append 'en' part oneself. So, it wont work, IIUC.

The "en/" is part of the resource_name. I've used osutils.pathjoin() to
make that more explicit now.

^-- Sorry, it was my mistake. But in the future when i18n will be 
implemented this should be refactored in some proper way. But not *now*.

For details, see: 
http://bundlebuggy.aaronbentley.com/request/%3C475E9382.7000306%40internode.on.net%3E



More information about the bazaar mailing list