[python-committers] hg clone cpython newrepo aborts

Benjamin Peterson benjamin at python.org
Tue May 28 16:29:45 CEST 2013


2013/5/28 Senthil Kumaran <senthil at uthcode.com>:
>
> On Tue, May 28, 2013 at 7:19 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
>>
>> On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran <senthil at uthcode.com>
>> 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/idle_test/@README.txt.i at 7573717b9e6f: no match
>> > found!
>> >
>> > Is something wrong with the repo?
>>
>> It's possible something broke with the @-filename. Have you tried hg
>> verify yet?
>>
>
> $ hg verify
> repository uses revlog format 1
> checking changesets
> checking manifests
> crosschecking files in changesets and manifests
> checking files
>  data/Lib/idlelib/idle_test/@README.txt.i at 83941: missing revlog!
>  83941: empty or missing Lib/idlelib/idle_test/@README.txt
>  Lib/idlelib/idle_test/@README.txt at 83941: 7573717b9e6f in manifests not
> found
> 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 changesets, 185453 total revisions
> 3 warnings encountered!
> 3 integrity errors encountered!
> (first damaged changeset appears to be 83941)
>
>
> // 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 think you need to upgrade hg.

--
Regards,
Benjamin


More information about the python-committers mailing list