On 8/21/05, Jan Hudec <[EMAIL PROTECTED]> wrote: > Thanks for the clarification. > > So it behaves similarly to git and mercurial (and monotone),
That's correct. > except mercurial > (but not git) will not insist on merging immediately. Yes. The default behaviour of bzr is meant to be more familiar to svn/cvs (and for that matter tla) users: when you run the merge command, it updates your working copy, then you can fix up any text or semantic conflicts. When I want to download something but not merge immediately, I typically pull it into a separate local tree, then merge from there. For example I have trees holding work coming in from aaron and john. It'd be quite possible to change bzr to allow you to have multiple active branches inside a single directory -- I think someone requested this the other day. (Basically you just need several copies of .bzr/revision-history.) This can allow some reduction in disk and network usage. This might be useful in the future but for now I'd rather keep the very simple model of just naming branches by paths. -- Martin _______________________________________________ Gnu-arch-users mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
