emacs-devel
[Top][All Lists]
Advanced

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

Re: New branch


From: Stefan Monnier
Subject: Re: New branch
Date: Thu, 28 Jan 2010 14:13:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

>> I have just opened a new branch sftp://bzr.sv.gnu.org/srv/bzr/emacs/pending
>> which is intended to receive patches that cannot be installed in trunk
>> because they're not bug-fixes.
> Does this mean that there will be no release branch for Emacs 23.2,
> and it will be released from the trunk instead?

That could be, tho I haven't thought much about it yet.
But note that in the context of Bzr, those questions don't have the same
importance&meaning as within CVS.  After all, creating a branch is
nothing else than cloning, so initially the new branch is absolutely
identical to the "parent".
I expect at some point we'll do something like:

  (cd pending; bzr merge ../trunk; bzr commit)
  mv trunk emacs-23.2
  mv pending trunk

or maybe

  bzr clone trunk emacs-23.2
  (cd trunk; bzr merge ../pending; bzr commit)
  rm -rf pending


-- Stefan




reply via email to

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