emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs Bazaar repository


From: Giorgos Keramidas
Subject: Re: Emacs Bazaar repository
Date: Tue, 25 Mar 2008 23:46:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

On Sat, 15 Mar 2008 17:39:06 +0530, dhruva <address@hidden> wrote:
> On Sat, Mar 15, 2008 at 3:56 AM, Martin Geisler <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]