Changeset identity
Ben Finney
bignose+hates-spam at benfinney.id.au
Wed Jul 30 08:34:57 BST 2008
Russel Winder <russel.winder at concertant.com> writes:
> On Wed, 2008-07-30 at 18:49 +1200, Aaron Bentley wrote:
> > Push will not work unless one project the project you're pushing
> > into is an ancestor of the project you're pushing from. Even if it
> > did, it would probably reorder your log messages in ways you
> > wouldn't like.
>
> True. In this context this is actually the case, my branch has push
> and pull branches the same and that remote branch is the mainline
> for a project -- i.e. I have what is effectively a checkout but not
> using a bound branch.
In Bazaar terminology this branch is a mirror of those other branches,
with the strong connotation that it should be maintained with
identical history to those other branches.
My understanding is that, because Bazaar's model is fundamentally
based on the history of a branch, 'push' and 'pull' are deprecated for
anything but maintaining mirrors.
--
\ “Always code as if the guy who ends up maintaining your code |
`\ will be a violent psychopath who knows where you live.” —John |
_o__) F. Woods |
Ben Finney
More information about the bazaar
mailing list