launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #00990
dulwich diverged, rocketfuel-get breaking
If your rocketfuel-get breaks today, as mine did, when "Updating
dulwich", it seems to be because the dulwich branch has diverged, and
a regular bzr pull complains:
gavin@bungo:~/.../sourcecode/dulwich$ bzr pull
Using saved parent location:
bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/dulwich/devel/ bzr:
ERROR: These branches have diverged. Use the missing command to see
how. Use the merge command to reconcile them.
In this case I think it's better to simply do:
gavin@bungo:~/.../sourcecode/dulwich$ bzr pull --overwrite
Gavin.
Follow ups