On 15/10/14 22:58, Barry Warsaw wrote:
> On Oct 15, 2014, at 01:47 PM, Ned Deily wrote:
> 
>> Since both 2.6 and 3.1 are now retired, their branches should be marked 
>> as closed at this point, like earlier retired releases.  Barry?  
>> Benjamin?
> 
> 2.6 for sure.  I don't know what actually has to happen to mark them closed,
> but there will not be another 2.6 release.

Looks like touching 2.6 is forbidden:

"""
jcea@ubuntu:cpython$ hg up -r 2.6
jcea@ubuntu:cpython$ hg commit --close-branch -m "2.6 is no longer
maintained"
jcea@ubuntu:cpython$ hg push
pushing to ssh://h...@hg.python.org/cpython/
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 0 changes to 0 files (-1 heads)
remote:  - changeset 25b79170c319 on disallowed branch '2.6'!
remote: * Please strip the offending changeset(s)
remote: * and re-do them, if needed, on another branch!
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.checkbranch hook failed
"""

If configuring mercurial HOOKS to disallow branches is documented
somewhere in the release manager guide, it should do the step of closing
the branch first :-).

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
j...@jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:j...@jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers

Reply via email to