Maybe I'm missing a command or something here, but this is what I want to do: bzr branch sftp://my@remote/branch local_branch cd local_branch <make changes to local branch> bzr merge sftp://my@remote/branch Is this possible? This is particularly useful when you have a more central branch that multiple people can commit to (ie. an auto-build branch). Nathaniel