Re: [python-committers] hg clone cpython newrepo aborts

2013-06-05 Thread Victor Stinner
2013/5/28 Senthil Kumaran > While trying to clone a cpython repo to a new repo. I am getting this error. > > getting Lib/idlelib/idle.bat > getting Lib/idlelib/idle.py > getting Lib/idlelib/idle.pyw > getting Lib/idlelib/idle_test/@README.txt > abort: data/Lib/idlelib/idle_test/@README.txt.i@757371

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-29 Thread Senthil Kumaran
On Tue, May 28, 2013 at 4:56 PM, Terry Reedy wrote: > On 5/28/2013 7:23 PM, Guido van Rossum wrote: > >> On Tue, May 28, 2013 at 3:00 PM, Terry Reedy wrote: >> >>> As I said on the issue and in response to Benjamin's question, I prefer >>> to >>> have it appear near the top of the directory list

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Guido van Rossum
I think we have a zen rule about this: Special cases aren't special enough to break the rules. (And I know what the next rule is, but I don't think it applies here. :-) On Tue, May 28, 2013 at 4:56 PM, Terry Reedy wrote: > On 5/28/2013 7:23 PM, Guido van Rossum wrote: >> >> On Tue, May 28, 2013 a

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Terry Reedy
On 5/28/2013 7:23 PM, Guido van Rossum wrote: On Tue, May 28, 2013 at 3:00 PM, Terry Reedy wrote: As I said on the issue and in response to Benjamin's question, I prefer to have it appear near the top of the directory listing even when other non 'test_xxx' files are added. I don't think that's

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Guido van Rossum
On Tue, May 28, 2013 at 3:00 PM, Terry Reedy wrote: > As I said on the issue and in response to Benjamin's question, I prefer to > have it appear near the top of the directory listing even when other non > 'test_xxx' files are added. I don't think that's a strong enough reason to give the name a

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Terry Reedy
On 5/28/2013 4:50 PM, Ezio Melotti wrote: On Tue, May 28, 2013 at 9:47 PM, Terry Reedy wrote: On 5/28/2013 10:19 AM, Dirkjan Ochtman wrote: It's possible something broke with the @-filename. I am planning to change '@' to '_' anyway. What's wrong with just "README" or "README.txt"? As I sa

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Ezio Melotti
On Tue, May 28, 2013 at 9:47 PM, Terry Reedy wrote: > On 5/28/2013 10:19 AM, Dirkjan Ochtman wrote: >> >> It's possible something broke with the @-filename. > > I am planning to change '@' to '_' anyway. > What's wrong with just "README" or "README.txt"? Best Regards, Ezio Melotti __

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Terry Reedy
On 5/28/2013 10:19 AM, Dirkjan Ochtman wrote: On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran wrote: While trying to clone a cpython repo to a new repo. I am getting this error. getting Lib/idlelib/idle.bat getting Lib/idlelib/idle.py getting Lib/idlelib/idle.pyw getting Lib/idlelib/idle_test

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Antoine Pitrou
Hello, For the sake of safety, I ran "hg verify" on the master repo on hg.python.org and it turned out fine: $ hg verify checking changesets checking manifests crosschecking files in changesets and manifests checking files 9872 files, 83957 changesets, 185454 total revisions Regards Antoine.

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Senthil Kumaran
On Tue, May 28, 2013 at 7:25 AM, Senthil Kumaran wrote: All these are from my local repo, which i keep updated. I am cloning from > hg.python.org to see if this problem persists. > > I tried re-cloning from hg.python.org and it works fine. So. it was my local clone which was corrupted. Ezio on IR

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Stefan Krah
Senthil Kumaran wrote: > warning: copy source of 'Modules/_threadmodule.c' not in parents of > 60ad83716733 > warning: copy source of 'Objects/bytesobject.c' not in parents of 64bb1d258322 > warning: copy source of 'Objects/stringobject.c' not in parents of > 357e268e7c5f > 9872 files, 83957 chan

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Benjamin Peterson
2013/5/28 Senthil Kumaran : > > On Tue, May 28, 2013 at 7:19 AM, Dirkjan Ochtman wrote: >> >> On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran >> wrote: >> > While trying to clone a cpython repo to a new repo. I am getting this >> > error. >> > >> > getting Lib/idlelib/idle.bat >> > getting Lib/i

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Senthil Kumaran
On Tue, May 28, 2013 at 7:19 AM, Dirkjan Ochtman wrote: > On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran > wrote: > > While trying to clone a cpython repo to a new repo. I am getting this > error. > > > > getting Lib/idlelib/idle.bat > > getting Lib/idlelib/idle.py > > getting Lib/idlelib/idle

Re: [python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Dirkjan Ochtman
On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran wrote: > While trying to clone a cpython repo to a new repo. I am getting this error. > > getting Lib/idlelib/idle.bat > getting Lib/idlelib/idle.py > getting Lib/idlelib/idle.pyw > getting Lib/idlelib/idle_test/@README.txt > abort: data/Lib/idlelib

[python-committers] hg clone cpython newrepo aborts

2013-05-28 Thread Senthil Kumaran
While trying to clone a cpython repo to a new repo. I am getting this error. getting Lib/idlelib/idle.bat getting Lib/idlelib/idle.py getting Lib/idlelib/idle.pyw getting Lib/idlelib/idle_test/@README.txt abort: data/Lib/idlelib/idle_test/@README.txt.i@7573717b9e6f: no match found! Is something w