octave-maintainers
[Top][All Lists]
Advanced

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

Re: two stable heads


From: Jordi Gutiérrez Hermoso
Subject: Re: two stable heads
Date: Tue, 12 Apr 2011 21:10:12 -0500

2011/4/12 Ben Abbott <address@hidden>:
>
> On Apr 12, 2011, at 9:54 PM, Jordi Gutiérrez Hermoso wrote:
>
>> On 12 April 2011 20:43, Ben Abbott <address@hidden> wrote:
>>> I see two stable heads ...
>>>
>>> $ hg heads
>>> changeset:   12598:b1913cd27f76
>>> branch:      stable
>>> tag:         tip
>>> user:        Ben Abbott  <address@hidden>
>>> date:        Tue Apr 12 20:07:15 2011 -0400
>>> summary:     data.txi: Replace xref{Data Structures} with xref{Structures}.
>>>
>>> changeset:   12594:a3a7da1489b2
>>> branch:      stable
>>> parent:      12591:4727fd4dd4bb
>>> user:        Rik <address@hidden>
>>> date:        Mon Apr 11 19:03:32 2011 -0700
>>> summary:     Modify func.txi discussion of output arguments to
>>>              include discussion of isargout.
>>>
>>> changeset:   12589:890af1cf0a86
>>> user:        Rik <address@hidden>
>>> date:        Mon Apr 11 11:33:08 2011 -0700
>>> summary:     Remove deprecated and private functions from list of
>>>              functions requiring tests.
>>>
>>> As I expect this to be come a common occurrence, I thought I
>>> should ask ... How is this fixed?
>>
>> It shouldn't be a common occurrence, but it's no big deal if it
>> happens. "hg up -r $one_of_the-stable_heads && hg merge -r
>> $the_other_stable_head" is how you handle it. Most of the time, it'll
>> be a trivial merge. I earlier undid one such head.
[snip]
>
> Thanks Jordi,
>
> I see you've fix this.
>
> So that my ignorance doesn't turn something trivial into a bigger
> problem ... are the proper commands in this case ....
>
>        hg up -r 12598 && hg merge -r 12594
>
>        (merge ChangeLog conflicts using merge-tool)
>
>        hg commit -m 'Merge away extra stable head'

Yes, that's exactly what I did. The only merge conflict was in the
ChangeLog.

- Jordi G. H.


reply via email to

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