-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push to new launchpad branch using git-remote-bzr #55
Comments
Have a look at git-lp. It's built exactly for that purpose. 2013/12/19 Daniel Reis [email protected]
|
Thanks, I'll try that. |
Yes, sorry that was from my phone. I'm working on a new revision of git-lp that adds code review support, should be released in January. |
It should be possible to implement this feature in git-remote-bzr, but it doesn't work as of yet. |
I'm trying a typical Launchpad MP workflow using git-remote-bzr.
Cloned the lp repository, I commited changes, and now I need to push them to a new LP branch, to then make a merge proposal.
Using bzr, I would
bzr push lp:~<user>/<project>/<branch>
:So I try:
But this results in:
I did read the available docs but found no help on this.
The text was updated successfully, but these errors were encountered: