Suggested fix lp:#213718 (bazaar pager)
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Apr 27 08:57:30 UTC 2015
>>>>> Daniel Vedder <d.vedder at web.de> writes:
> Hello everyone,
> sorry for the long delay. I've been having problems pushing up to
> Launchpad for some reason, it always gives me an error.
> My branch.conf file shows the following:
> parent_location = bzr+ssh://bazaar.launchpad.net/+branch/bzr/
> stacked_on_location = bzr+ssh://bazaar.launchpad.net/+branch/bzr
I would remove that line (bzr config --remove stacked_on_location).
Make sure it's not in the remote branch.conf either:
bzr config -d lp:~dvedder95/bzr/pager
and
bzr config -d lp:~dvedder95/bzr/pager --remove stacked_on_location
if it is.
It tells bzr to not send any revision that are already present in the
stacked_on_location which should be fine, but I suspect it may be the
cause of your issue.
> push_location = bzr+ssh://bazaar.launchpad.net/~dvedder95/bzr/pager/
Vincent
More information about the bazaar
mailing list