octave-maintainers
[Top][All Lists]
Advanced

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

Re: help with mercurial


From: Przemek Klosowski
Subject: Re: help with mercurial
Date: Thu, 20 Jan 2011 16:17:07 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

On 01/20/2011 03:54 PM, John W. Eaton wrote:

| Mercurial branches
| are a bit more permanent than git-branches. What makes sense to me is
| that example, two separate branches, and to use tags to mark releases,
| not a whole separate branch per stable release, especially seeing how
| we don't backport bug fixes to several stable releases, only to the
| last one.

I probably just don't get version control, but to me that doesn't seem
to model what is actually going on, which is that when we make a
release, there is actually a fork in the development.  At the end of a
release series, that branch is essentially abandoned.  It doesn't make
sense to me to continue with it once the release series is obsolete.

Funny that, because 'lightweight branches merged often' is what git was designed for, as opposed to the treatment of branches as heavyweight objects by CVS and its conceptual descendants. Dealing with branches in Hg is easier, unlike CVS, so it may be a working style issue more than the VC design issue.


reply via email to

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