views:

164

answers:

1

bzr push defaults to the first target you pushed to. If I now want to push to a different location, but don't want to manually enter it every time, how do I change the default?

+7  A: 

I figured it out. You do:

bzr push --remember [location]
Matthew