Yeah. Is it merge compatible, though? I could not get it to merge git+ssh://
[email protected]/armagetronad/armagetronad.git,branch=master and lp:armagetronad, I tried both directions. Closest probably was merging lp:armagetronad into a local clone of the git one:
Code: Select all
$ brz branch git+ssh://[email protected]/armagetronad/armagetronad.git,branch=master
...
$ cd armagetronad.git
$ brz merge lp:armagetronad
brz: ERROR: Ghost tags not supported by format <breezy.git.branch.LocalGitTagDict object at 0x7f8c44f892b0>.
No clue what ghost tags are. Google gave nothing on that error; some changelog said something about a fetch-ghost brz command. Tried that (maybe ghosts are things not yet locally present and fetch-ghosts fetches them, turning them real?), same result afterwards.