[Python-Dev] v2.7 tag
Georg Brandl
g.brandl at gmx.net
Tue Mar 8 11:08:40 CET 2011
More information about the Python-Dev mailing list
Tue Mar 8 11:08:40 CET 2011
- Previous message: [Python-Dev] v2.7 tag
- Next message: [Python-Dev] hooks: Add roundup integration hook.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 08.03.2011 10:57, "Martin v. Löwis" wrote: > Am 08.03.2011 10:49, schrieb Dirkjan Ochtman: >> On Tue, Mar 8, 2011 at 10:45, Stefan Krah<stefan-usenet at bytereef.org> wrote: >>> Hi, >>> >>> I can't update to v2.7 in the new cpython repository: >>> >>> $ hg up v2.7 >>> abort: unknown revision 'v2.7'! >>> >>> Am I missing something here? My goal is to get the same directory state >>> as from this command: >>> >>> svn co http://svn.python.org/projects/python/tags/r27 >> >> Did you by any chance use hg clone -rv2.7? > > No: the cpython repository simply does not contain a tag called 'v2.7'. > Not sure why not; v2.7rc1 and v2.7.1 are present. I just fixed this. The revision that added the "v2.7" tag was the last commit on legacy-trunk, and as such an extra head that didn't get pulled into the "working" repo when we pruned the full-history repo. The 2.7.1rc1 tag was also wrongly called "2.7rc1"; that was a copy-paste error in the tagmap used while converting. Georg
- Previous message: [Python-Dev] v2.7 tag
- Next message: [Python-Dev] hooks: Add roundup integration hook.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list