Re: [Python-Dev] hg verify warnings

2013-08-21 Thread Armin Rigo
Hi Tim, On Tue, Aug 20, 2013 at 5:12 PM, Tim Peters wrote: > Try running "hg verify -v" - these warnings only appear when verify is > run in verbose mode. Indeed. Ignore what I said then about a broken copy of the repository: any copy will show these three warnings, and they can be safely ignor

Re: [Python-Dev] hg verify warnings

2013-08-20 Thread Tim Peters
[Tim] 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 [Armin] > I've seen

Re: [Python-Dev] hg verify warnings

2013-08-20 Thread Armin Rigo
Hi Tim, On Tue, Aug 20, 2013 at 1:48 AM, Tim Peters 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

Re: [Python-Dev] hg verify warnings

2013-08-19 Thread Tim Peters
>> ... >> $ hg verify >> repository uses revlog format 1 >> checking changesets >> checking manifests >> crosschecking files in changesets and manifests >> checking files >> warning: copy source of 'Modules/_threadmodule.c' not in parents of >> 60ad83716733 >> warning: copy source of 'Objects/byte

Re: [Python-Dev] hg verify warnings

2013-08-19 Thread Tim Peters
> ... > $ hg verify > repository uses revlog format 1 > checking changesets > checking manifests > crosschecking files in changesets and manifests > checking files > warning: copy source of 'Modules/_threadmodule.c' not in parents of > 60ad83716733 > warning: copy source of 'Objects/bytesobject.c'

Re: [Python-Dev] hg verify warnings

2012-10-10 Thread Chris Jerdonek
On Wed, Oct 10, 2012 at 9:46 PM, Khalid Abu Bakr wrote: > Hello. Running hg verify on a newly checked out cpython repo on Windows Vista > 32Bits yields three warnings: > > $ hg verify > repository uses revlog format 1 > checking changesets > checking manifests > crosschecking files in changesets

[Python-Dev] hg verify warnings

2012-10-10 Thread Khalid Abu Bakr
Hello. Running hg verify on a newly checked out cpython repo on Windows Vista 32Bits yields three warnings: $ hg verify repository uses revlog format 1 checking changesets checking manifests crosschecking files in changesets and manifests checking files warning: copy source of 'Modules/_threadm

Re: [Python-Dev] hg verify warnings

2012-08-19 Thread Martin v. Löwis
> 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 These revisions are all from Benjamin. So I co

Re: [Python-Dev] hg verify warnings

2012-08-19 Thread Stefan Krah
Antoine Pitrou wrote: > > warning: copy source of 'Modules/_threadmodule.c' not in parents of > > 60ad83716733 > > I don't get that problem on the master server, nor on two other > machines with fresh clones and different hg versions. I suggest you > re-try cloning and, if the issue persists, re

Re: [Python-Dev] hg verify warnings

2012-08-19 Thread Antoine Pitrou
On Sun, 19 Aug 2012 11:11:34 +0200 Stefan Krah wrote: > Hello, > > In a fresh clone, I'm getting a couple of warnings in `hg verify`. Perhaps > someone familiar with Mercurial could take a brief look: > > repository uses revlog format 1 > checking changesets > checking manifests > crosschecking

[Python-Dev] hg verify warnings

2012-08-19 Thread Stefan Krah
Hello, In a fresh clone, I'm getting a couple of warnings in `hg verify`. Perhaps someone familiar with Mercurial could take a brief look: repository uses revlog format 1 checking changesets checking manifests crosschecking files in changesets and manifests checking files warning: copy source of