Emacs Bazaar repository

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Mar 25 21:46:29 GMT 2008


On Sat, 15 Mar 2008 17:39:06 +0530, dhruva <dhruvakm at gmail.com> wrote:
> On Sat, Mar 15, 2008 at 3:56 AM, Martin Geisler <mg at daimi.au.dk> wrote:
>>  And even if you have several heads in your Mercurial repository, you can
>>  certainly still pull in new changesets.
>
> I have seen it and have used it too. The problem comes (from my
> experience) when you have to push. I agree you can create a new named
> branch and just pull in changes or do a forced pull which will create
> a new head. Suppose I want to keep multiple named branches active and
> yet push to a remote repository from one of the named branch, IMO it
> is not possible with mercurial. I would be happy to know if there is a
> way to do it.

Of course there is:

    hg push --force

This will inhibit the warning that you are `creating new heads', if you
push a new named branch.




More information about the bazaar mailing list