How to chnage the URL after a branch location change

Jonathan Lange jml at mumak.net
Tue Oct 6 12:20:32 BST 2009


On Tue, Oct 6, 2009 at 12:15 PM, Jari Aalto <jari.aalto at cante.net> wrote:
>
> An example
>
>    bzr init-repo --trees project
>    cd project
>    bzr branch <URL> upstream
>    bzr branch upstream local
>    ... work
>    ... then one day the original <URL> moves to another location
>
> How do I make the 'upstream' to point to a new <URL> location for pull
> operations?
>

cd upstream
bzr pull --remember <NEW_URL>



More information about the bazaar mailing list