any way to set :parent :push et al. from command line?

Aaron Bentley aaron at aaronbentley.com
Fri Sep 3 23:18:06 UTC 2021


There is nothing specifically for those options, IIRC.  But you can update
branch.conf from the commandline using "bzr config --scope=branch"

To set pull location:
bzr config --scope=branch parent_location="http://example.com"

If you find yourself setting these values often (and to similar things),
try setting them in locations.conf.  The "appendpath" variable location
policy can be quite powerful, when used with the colo plugin or old-style
repositories.  It does not work particularly with native colocated
branches, last I checked.

Aaron

On Sat, Aug 28, 2021 at 7:18 PM Chris Hecker <checker at d6.com> wrote:

>
> Is there a way to set the location aliases without directly editing
> branch.conf?  I know sometimes they get set by actions like pushing and
> pulling, but is there a command to set them without doing other work?
>
> Chris
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20210903/bff42103/attachment.html>


More information about the bazaar mailing list