[Python-Dev] [Python-checkins] cpython (2.6): Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 (original) (raw)

Barry Warsaw barry at python.org
Sat Mar 17 23:43:16 CET 2012


On Mar 17, 2012, at 11:34 PM, barry.warsaw wrote:

http://hg.python.org/cpython/rev/6144a0748a95 changeset: 75809:6144a0748a95 branch: 2.6 parent: 75806:bd9e1a02e3e3 user: Barry Warsaw <barry at python.org> date: Sat Mar 17 18:34:05 2012 -0400 summary: Added tag v2.6.8rc2 for changeset bd9e1a02e3e3

files: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -140,3 +140,4 @@ caab08cd2b3eb5a6f78479b2513b65d36c754f41 v2.6.8rc1 5356b6c7fd66664679f9bd71f7cd085239934e43 v2.6.8rc1 1d1b7b9fad48bd0dc60dc8a06cca4459ef273127 v2.6.8rc2 +bd9e1a02e3e329fa7b6da06113090a401909c4ea v2.6.8rc2

I don't know why Mercurial does this. Here's what I did:

This makes me a little wary about what's actually in the 2.6.8rc2 tarball, but I'm building and testing it now, and from visual inspection it looks okay, so I'm inclined to chalk this up to either a Mercurial wart, or my boneheaded use of it.

Cheers, -Barry



More information about the Python-Dev mailing list