Merge on a Git repository
Martin Pool
mbp at canonical.com
Sun Aug 9 13:03:01 BST 2009
2009/8/8 Ben Finney <ben+bazaar at benfinney.id.au>:
> Howdy all,
>
> I have two Git repositories: an “upstream” (‘lintian.debian/’), and a
> local clone (‘lintian.devel/’). The upstream repository is at
> <URL:git://git.debian.org/git/lintian/lintian>.
>
> I would like to use Bazaar instead of Git as an interface to these
> repositories. So I have done this:
>
> $ cd lintian.devel/
> $ bzr merge ../lintian.debian/
> bzr: ERROR: exceptions.AttributeError: 'LocalGitBranch' object has no attribute '_transport'
>
> Should I expect this to work? If not, what are the limitations on what I
> can do with a Git repository using Bazaar?
At a guess this means your bzr-git plugin is out-of-sync with the
version of Bazaar you're running.
...
Generally, I would say anything that gives you a traceback is a bug,
and any bug should be filed into Launchpad first off, of course making
use of the duplicate-finder. Then if you want to ask about it, or
you're not sure if it's really a bug, or it's really urgent, point to
the bug from the list. It saves a lot of time and makes sure things
are properly tracked.
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list