[Python-Dev] hg verify warnings
Armin Rigo
arigo at tunes.org
Tue Aug 20 09:28:36 CEST 2013
Hi Tim,
On Tue, Aug 20, 2013 at 1:48 AM, Tim Peters <tim.peters at gmail.com> 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
I've seen this once already (with another big repository). The
problem I had was only these warnings when running "hg verify", and it
was fixed by simply checking out a new copy of the repository. It
seems that you have the same problem: for example my own copy of
CPython doesn't show any warning in "hg verify".
I've deleted my slightly-broken repo by then (as it was already
several years old I suspected an old version of mercurial). Maybe I
shouldn't have. How about you send your repository to the Mercurial
bug tracker?
A bientôt,
Armin.
More information about the Python-Dev
mailing list