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-use...@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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com