Is "bzr push" safe?
Eli Zaretskii
eliz at gnu.org
Wed Nov 30 11:56:14 UTC 2011
> Date: Wed, 30 Nov 2011 00:52:42 -0800
> From: Chris Hecker <checker at d6.com>
>
>
> > This option is set in the Emacs repository, so "bzr push" from a
> > branch will fail, IIUC.
>
> So how to you push changes up "correctly" to an append-revisions repo,
> with merge and -d?
You merge to the branch that tracks "trunk" (a.k.a. "mainline"), and
then push from that.
You can either use "merge -d" for that or cd to the trunk directory
and say "merge ../branch". (FWIW, I use the latter, as it suits
better my mental model, and also doesn't require me to know there is
the -d switch ;-)
More information about the bazaar
mailing list