I'm unable to push my changes back to a Launchpad repository using git-bzr.
$ git init
$ git bzr add upstream ../bzr-branch
$ git bzr fetch upstream
$ git checkout -b local_branch upstream
Then I modify a file, README for example.
$ git add README
$ git commit
$ git bzr push upstream
And I get the following error.
/usr/bin/git-bzr: line 219: cd: lp:jakaa: No such file or directory
What am I doing wrong?