lp-login and bzr push lp:<project> in windows

Asked by Alex

Hello,
im using bazaar 1.9 with launchpad successfully in kubuntu. i also installed bazaar 1.10 under windows xp lately. after some reading i got everything to work, but im missing the command lp-login (resp. launchpad-login). i get the error "bzr: ERROR: unknown command "launchpad-login" ". if i want to push using "bzr push lp:<project>" it seems to look for a folder "lp:<project>" instead of pushing to launchpad. using bzr+ssh://... works fine. what am i missing?

Thank you very much!
Alex v. Grafenstein

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Alex
Solved:
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

It looks like you miss the launchpad plugin which is rather strange since it's part of bzr itself.

Try:
  bzr plugins

  bzr version

The first should mention launchpad, the second will allows you to check your paths.

Then look into your .bzr.log file for clues.

Revision history for this message
Alex (grafenstein) said :
#2

thats it, i unchecked "default plugins" when installing :) thank you !