Aubrey Li wrote:
> On 10/11/07, Dan Mick <[EMAIL PROTECTED]> wrote:
>> Aubrey Li wrote:
>>> Hi list,
>>>
>>> -- Does hg support branch operation? If so, how to create one?
>>> Whenever I type "hg branches", I got nothing, even after I use "hg
>>> branch mine" to try to create a new on.
>> I'm new to Hg, but I'll try:
>>
>> "Branch" isn't an operation, really, it's the result of two conflicting 
>> changes.
>> There's no explicit "I want to go in a different direction here" command; you
>> simply make whatever changes you want to make, and then at commit time, you 
>> may
>> create more than one head if your changes are not a direct descendant of the 
>> tip
>> revision.
>>
> It looks like head has a new meaning in hg.

It's very similar to Teamware.  "Two tips" is another way of thinking about it.

_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to