Re: [Python-Dev] cpython: bump ast version

2011-03-13 Thread Santoso Wijaya
A revision number is, indeed, local to the working repository. A changeset ID, however is global. >From Mercurial's documentation: Revision numbers referring to changesets are very likely to be different in another copy of a repository. Do not use them to talk about changesets with other people.

Re: [Python-Dev] cpython: bump ast version

2011-03-13 Thread Benjamin Peterson
2011/3/13 Antoine Pitrou : > On Sun, 13 Mar 2011 01:34:21 +0100 > benjamin.peterson wrote: >> http://hg.python.org/cpython/rev/52940f7f3726 >> changeset:   68416:52940f7f3726 >> user:        Benjamin Peterson >> date:        Sat Mar 12 18:35:23 2011 -0600 >> summary: >>   bump ast version >> >> f

Re: [Python-Dev] cpython: bump ast version

2011-03-13 Thread Antoine Pitrou
On Sun, 13 Mar 2011 01:34:21 +0100 benjamin.peterson wrote: > http://hg.python.org/cpython/rev/52940f7f3726 > changeset: 68416:52940f7f3726 > user:Benjamin Peterson > date:Sat Mar 12 18:35:23 2011 -0600 > summary: > bump ast version > > files: > Python/Python-ast.c > > dif