Comment 9 for bug 253644

Revision history for this message
Tom Haddon (mthaddon) wrote :

Ok, I tried this but wasn't able to get it working as expected. The users have their public branches on LP as well in a location that's only readable if you're in a certain group, so essentially I needed to be able to rewrite any LP URLs to ensure they were being connected to with the right user. I tried:

sftp://{someuser}@bazaar.launchpad.net/=http://bazaar.launchpad.net/

And had the user's merge request looked like this:

star-merge http://bazaar.launchpad.net/~{someuser}/{project}/{somebranch} http://bazaar.launchpad.net/~{someteam}/{project}/trunk

However, I got:

["PQM Cannot merge between different VCSsystems. 'http://bazaar.launchpad.net/~{someuser}/{project}/{somebranch}'(pqm.Baz1_1Handler) and '/home/pqm/archives/{project}/trunk'(pqm.Bazaar2Handler) are different."]

Doing a bzr info on each branch manually revealed the first was "Standalone branch (format: pack-0.92)" while the second was "Standalone tree (format: pack-0.92)".