[Python-Dev] hg verify warnings
Chris Jerdonek
chris.jerdonek at gmail.com
Thu Oct 11 07:03:22 CEST 2012
More information about the Python-Dev mailing list
Thu Oct 11 07:03:22 CEST 2012
- Previous message: [Python-Dev] hg verify warnings
- Next message: [Python-Dev] Improved evaluator added to ast module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Oct 10, 2012 at 9:46 PM, Khalid Abu Bakr <khabkr at yahoo.com> 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 and manifests > checking files > 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 > 9799 files, 79660 changesets, 176851 total revisions > 3 warnings encountered! There was a thread about this a couple months ago on python-dev: http://mail.python.org/pipermail/python-dev/2012-August/121390.html > I have checked out and tried to verify the cloned repo twice with the same results. So is this serious? Or can these warnings be safely ignored? >From the thread, it didn't seem like there was a need for corrective action, so I believe the latter. --Chris
- Previous message: [Python-Dev] hg verify warnings
- Next message: [Python-Dev] Improved evaluator added to ast module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list