Command to set settings for bazaar branches?

Marius Kruger amanic at gmail.com
Wed Feb 25 07:39:25 GMT 2009


2009/2/24 Nicholas Allen <nick.allen at onlinehome.de>:
> I think it's a bit low level that the user has to edit configuration
> files by hand (eg bazaar.conf or locations.conf). Any setting in there
> should be able to be changed using Bazaar commands I think. This is
> already possible with whoami command but not for others (like public
> branch location etc).
>
> This could be done by one command (eg config):
>
> bzr config public_branch http://example.com/branch

I always thought `bzr reconfigure` would be used for this e.g.
bzr reconfigure --public_branch http://example.com/branch

maybe it makes sense to split the configs that just set trivial things
from the ones that actually do things like adding or removing the
working tree.

regards
marius



More information about the bazaar mailing list