How to actually start using plugin?

Asked by Piotr Kalinowski

Hi,

I branched trunk into my .bazaar/plugins directory. bzr plugins command helpfully reports git 0.4.4dev plugin available.

However, I cannot find any information on how to actually use this. Neither git-import nor branch command on a simple git repository works. I just keep getting "bzr: ERROR: Not a branch" message.

Am I doing something wrong, or have I found a bug of some sort?

Best Regards,

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Git Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
ViktorNagy
Solved:
Last query:
Last reply:
Revision history for this message
Best ViktorNagy (viktor-nagy) said :
#1

you should use
bzr get git://<url>

Revision history for this message
Piotr Kalinowski (pitkali) said :
#2

Oh. I must admit that after seeing LocalGitBranch class in branch.py I thought local repositories are supported as well.

Revision history for this message
Piotr Kalinowski (pitkali) said :
#3

Thanks ViktorNagy, that solved my question.