On Tue, May 28, 2013 at 7:19 AM, Dirkjan Ochtman <dirkjan@ochtman.nl> wrote:
On Tue, May 28, 2013 at 4:11 PM, Senthil Kumaran <senthil@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@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@83941: missing revlog!
 83941: empty or missing Lib/idlelib/idle_test/@README.txt
 Lib/idlelib/idle_test/@README.txt@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.

Thanks,
Senthil